[MEncoder-users] xvid quality/size options

Guillaume POIRIER poirierg at gmail.com
Wed Dec 20 12:59:37 CET 2006


Hi,

On 12/20/06, Gary C. New <garycnew at yahoo.com> wrote:
> I've reviewed the mencoder examples in the
> documentation, but I'm still not clear as to what the
> quality to size options are best when using xvid.
>
> My Options:
>
> mencoder input.mov -oac mp3lame -lameopts
> mode=2:cbr:br=128 -ovc xvid -xvidencopts
> bitrate=900:chroma_opt:vhq=4:bvhq=1:quant_type=mpeg
> -vf harddup -ofps 30000/1001 -o output.avi
>
> For some reason mencoder duplicates tons of frames
> with these options and the audio is slightly out of
> sync.

you are forcing output fps (-ofps) without any video filter that
affects framerate. That's probably your problem. Either leave out the
-ofps, or add an inverse telecine filter (I'd suggest to inverse
telecine).


> Your recommendations on the best quality to size
> options for xvid would be greatly appreciated.

your options are already the best settings. You can't expect much more
gain from using more aggressive options.
Either raise bitrate, or scale down the video picture size (-vf scale).

Guillaume
-- 
An association of men who will not quarrel with one another is a thing
which has never yet existed, from the greatest confederacy of nations
down to a town meeting or a vestry.
 -- Thomas Jefferson
(when interviewed about MPlayer ML flamewars)
http://www.brainyquote.com/quotes/quotes/t/thomasjeff157207.html



More information about the MEncoder-users mailing list