[gst-devel] Whats the gst launch command
Sameer Naik
sameer at nextbitcpu.com
Wed Dec 21 21:43:08 CET 2005
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
More information about the gstreamer-devel
mailing list