[MEncoder-users] edit list not starting at 0, a/v desync might occur, patch welcome

Andrew Wason rectalogic at rectalogic.com
Tue Jan 6 01:21:39 CET 2009


On Fri, Jan 2, 2009 at 2:31 AM, double <ninive at gmx.at> wrote:
>
> Is there any chance to demux a video not via "libavformat" but
> via windows dll?
> The transcoding throws an "edit list not starting at 0, a/v desync
> might occur, patch welcome" error.
>
> Steps to reproduce the error:
> wget http://www.doppelbauer.name/desync.mov
> mencoder desync.mov -ovc copy -oac pcm -o /dev/null


Try using "-demuxer mov" instead of "-demuxer lavf". demux_mov has
some support for nonzero edit lists.

I tried your sample (but to a file so I could check the sync) and sync
was way off with demux_lavf but ok with demux_mov.

mencoder -demuxer mov desync.mov -ovc raw -oac pcm -o test.avi

You might also try applying On2s patch to demuxer_mov.c. It's supposed
to improve demux_movs edl support -- mov_01_edl_kf_search.diff
available here
http://support.on2.com/gpl/mplayer/

Andrew



More information about the MEncoder-users mailing list