Where is dvddemux in 1.2?

Derek Dolney gstreamer at dolney.com
Sun Jan 25 17:05:07 PST 2015


Sebastian,

Thank you very much. This works well.

Unfortunately, the next problem is that I try to skip to a chapter like
this:

gst-launch-1.0 dvdreadsrc device=//dev/cdrom chapter=2 !  decodebin !
xvimagesink

However, the chapter property has no effect at all. Am I doing something
wrong?

Derek

On Tue, 2015-01-20 at 09:53 +0100, Sebastian Dröge wrote:
> On Mo, 2015-01-19 at 17:36 -0500, Derek Dolney wrote:
> > I am exploring using gst-launch to rip audio only from a DVD. The
> > manpage suggests I want to use dvddemux, but I don't find the plugin in
> > the gst-plugins-1.2.4 collection. At source file level there appears to
> > be no more mpegstream/gstdvddemux.{h,c} . Is there a replacement? How to
> > construct a pipeline to do this? I was thinking something like:
> > 
> > gst-launch -v playbin uri=dvd:// ! dvddemux ! audioconvert !
> > audioresample ! alsasink
> > 
> > at least to play the audio, can modify to write to file. Audio track on
> > DVD is LPCM.
> 
> The mpegpsdemux element should handle that. However your pipeline won't
> work like that, not in 0.10 and not in 1.x. You can't link playbin to
> other elements.
> 
> Try something like
>   gst-launch-1.0 dvdreadsrc [properties] ! decodebin ! audioconvert ! audioresample ! alsasink
> 
> This should automatically instantiate all elements needed to demux and
> decode the stream.
> 
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




More information about the gstreamer-devel mailing list