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
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel