[MPlayer-dev-eng] [PATCH] new mpeg muxer

D Richard Felker III dalias at aerifal.cx
Wed Mar 2 03:35:46 CET 2005


On Tue, Mar 01, 2005 at 08:11:57PM -0500, Levi Bard wrote:
> Now, with this, should I be able to do an '-ofps 30000:1001' to do a
> straight framerate upsampling (without -vf telecine) without
> destroying the a/v sync?  Or is there something fundamentally wrong
> with me doing this?  Either way, sound sync is badly damaged currently
> when attempting to do so.

Don't use -ofps 30000/1001. Just treat the whole thing as 24fps
(24000/1001) and pass the telecine option to the mpeg muxer. All of
the soft-telecine process will happen internally in the muxer;
mencoder doesn't know about it at all.

If you're asking how to do this without -mpegopts telecine, I can tell
you other ways, but now that you have this option it's the best way.

Rich




More information about the MPlayer-dev-eng mailing list