[Bug 668083] New: [resindvd] Allow to specify chapter/title in the DVD URI
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jan 17 02:12:00 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=668083
GStreamer | gst-plugins-bad | git
Summary: [resindvd] Allow to specify chapter/title in the DVD
URI
Classification: Platform
Product: GStreamer
Version: git
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: olivier.aubert at liris.cnrs.fr
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
resindvd uses the following URI syntax: dvd://[/path/to/dev]
It is often useful to be able to specify the desired chapter/title of the DVD.
VLC uses the following syntax:
dvd://[<device>][@<raw device>][@[<title>][:[<chapter>][:<angle>]]]
which could be implemented (at least partly, for title and chapter) in the
resindvd player. For the record, mplayer uses
dvd://[<title>] with an additional -chapter option
and xine uses a number of syntaxes:
dvd:/[device_name][/title[.part]]
dvd:/DVD_image_file[/title[.part]]
dvd:/DVD_directory[/title[.part]]
(use the path of the directory which contains VIDEO_TS)
which seem invalid URI-wise (it would give dvd://dev/dvd/1.2, while it should
be either dvd:///dev/dvd or dvd:/dev/dvd) and fragile (if someone has the
strange idea to name its DVD device with a number, it cannot be distinguished
from the title part without probing the device first).
The VLC syntax looks like the sanest option.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list