[gst-devel] Whats the gst launch command
Edgard Lima
edgard.lima at indt.org.br
Thu Dec 22 05:10:20 CET 2005
try this one:
gst-launch-0.10 filesrc location="wc.mpg" ! mpegdemux name=demux
demux.video_00 ! queue ! mpeg2dec ! ffmpegcolorspace ! ffmpegcolorspace
! xvimagesink demux.audio_00 ! queue ! mad ! osssink
regards,
Edgard
edgard.lima at indt.org.br
Sameer Naik wrote:
>hi everybody,
> i want to create a gst-launch-0.10 pipeline using the following
>elements.
>
>for the demuxing
>filesrc location=/wc.mpg ! mpegdemux
>
>for the audio decoding and playback
>mad ! audioconvert ! audioresample ! osssink
>
>for the video decoding and display
>mpeg2dec ! ffmpegcolorspace ! xvimagesink
>
>i cant find a way to link these together so that the audio and video
>could be played simultaneously...i can do only one of the above at a
>time ,either
>
>gst-launch-0.10 filesrc location=/wc.mpg ! mpegdemux ! mad !
>audioconvert ! audioresample ! osssink
>
>or
>
>gst-launch-0.10 filesrc location=/wc.mpg ! mpegdemux ! mpeg2dec !
>ffmpegcolorsace ! xvimagesink
>
>could somebody plz tell me how to make a single gst-launch command out
>of the above two commands so that the audio and video play
>simultaneously.
>
>plz help
>thanks in advance
>
>take care
>Sameer
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
>for problems? Stop! Download the new AJAX search engine that makes
>searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
>http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
>_______________________________________________
>gstreamer-devel mailing list
>gstreamer-devel at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>
>
More information about the gstreamer-devel
mailing list