[gst-devel] Help converting a saved transport stream in an avi file
Julien Pauty
julien.pauty at gmail.com
Tue Jan 27 15:26:06 CET 2009
Hello,
I would like to demux a transport stream and remux it into an avi file.
I'm using this pipeline:
gst-launch-0.10 avimux name=mux ! filesink location=/tmp/test2.avi
sync=true filesrc location=jeu.mpg do-timestamp=true ! ffdemux_mpegts
name=demux demux.video_00 ! queue ! mux.video_00 demux.audio_00 ! queue !
mux.audio_00
This partially works: sound is perfect, but video is slow. It's like if many
frames are dropped. I thought that this transformation should just change
the container and should not affect frame rate.
Is it possible to do this with gstreamer?
Thanks,
Best regards,
Julien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20090127/6ee64f34/attachment.htm>
More information about the gstreamer-devel
mailing list