[MEncoder-users] mencoder and dvdauthor

D Richard Felker III dalias at aerifal.cx
Mon Dec 13 02:51:27 CET 2004


On Mon, Dec 13, 2004 at 08:24:55AM +1100, Peter Hartshorn wrote:
> This is what I do:
> 
> two pass encoding, mpeg2 video, ac3 audio, mpeg container
> 
> 	mencoder -ovc frameno -oac lavc -lavcopts acodec=ac3:abitrate=448 rip.avi -o 
> frameno.avi

the audio prepass (frameno) is a very bad idea, imo. you really need
to use vf_harddup with mpeg output; otherwise if there are any
'duplicate frame' messages you'll have a broken mpeg file as output,
and broken a/v sync. and the frameno nonsense is incompatible with any
filters that affect frame dropping, which includes vf_harddup.

rich




More information about the MEncoder-users mailing list