[gst-devel] Problem in muxing separate elemantary audio and video stream
Gajel Kumar
gajel.kumar at gmail.com
Tue Feb 6 14:57:58 CET 2007
Hi
I am trying to get 2 separate mpeg elementary audio and video stream by
setting the following pipeline.
gst-launch filesrc location=/home/gajel/mediaFormats/rtpi.ts ! decodebin
name=decode ! ffmpegcolorspace ! ffenc_mpeg2video ! filesink
location=/home/gajel/mediaFormats/rtpi.vid decode. ! audioconvert !
ffenc_mp2 ! filesink ocation=/home/gajel/mediaFormats/rtpi.aud
This generates the two elementary files rtpi.aud and rtpi.vid.
I can play these files separately in Xine or Vlc player..
Now I am trying to mux these separate mpeg elementary audio and video files
to a TS file.
I have set up the pipeline as :
gst-launch-0.10 filesrc location=/home/gajel/mediaFormats/rtpi.vid !
mpegdemux ! mux. filesrc location=/home/gajel/mediaFormats/rtpi.aud !
mp3parse ! mux. flutsmux name=mux ! filesink
location=/home/gajel/mediaFormats/test2.ts
when i play /home/gajel/mediaFormats/test2.ts i can hear only audio. I
can't see the video part.
Is the pipeline correct? What might be the cause that i can't see the video
part ?
Looking forward for your help..
Regards
Gajel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20070206/c73d4707/attachment.htm>
More information about the gstreamer-devel
mailing list