[MPlayer-users] MPEG-TS + H264 (again)

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Nov 16 14:43:44 CET 2009


On Mon, Nov 16, 2009 at 01:51:53PM +0100, Colin Rosenthal wrote:
> So what we have now is
>  >mencoder -mc 0 -noskip -endpos 600  -tsprog 2010 -demuxer lavf -oac 
> pcm -ovc copy -of avi -o mux2.avi mux2.t
> which produces a file which plays in vlc on both linux and windows. The 
> only remaining problem is the
> lost synchronisation between sound and video. Is there anything we can 
> do to correct or minimise that?

The problem here is that your file is broken (at the very least capture
didn't start at an IDR frame, thus the first video frames are broken).
If it is possible to somehow fix your video, that would work.
Otherwise since FFmpeg can't handle the video either only re-encoding
without -mc 0 will work reliably.
For your sample though, just using "-noskip" instead of "-mc 0 -noskip"
works, though that is likely by pure chance.


More information about the MPlayer-users mailing list