Hello,<br><br>I would like to demux a transport stream and remux it into an avi file.<br><br>I&#39;m using this pipeline:<br><br>gst-launch-0.10 avimux name=mux ! filesink location=/tmp/test2.avi sync=true&nbsp; filesrc location=jeu.mpg do-timestamp=true ! ffdemux_mpegts name=demux demux.video_00 ! queue ! mux.video_00&nbsp; demux.audio_00 ! queue !&nbsp; mux.audio_00<br>
<br>This partially works: sound is perfect, but video is slow. It&#39;s like if many frames are dropped. I thought that this transformation should just change the container and should not affect frame rate. <br><br>Is it possible to do this with gstreamer? <br>
<br>Thanks, <br>Best regards,<br><br>Julien<br>