[MEncoder-users] Help with mencoder

Gabri Shally gabri.ns at gmail.com
Sat Apr 27 06:18:19 CEST 2013


On Apr 27, 2013 9:08 AM, "JD" <jd1008 at gmail.com> wrote:
>
>
> On 03/06/2011 05:54 PM, Jonathan Busby wrote:
>>
>> Try this :
>>
>> mencoder Zachar*.flv -vf format=rgb32 scale=-1:-1 -ovc x264 -x264encopts
>> crf=18 -oac mp3lame -lameopts preset=insane -o Zach_all.avi
>>
>>
>> Jonathan
>
> Tried this:
>
> mencoder Zachar*.flv -vf format=rgb32 scale=4:3 -ovc x264 -x264encopts
vbitrate=8000 crf=18 format=dvd -oac mp3lame -lameopts preset=insane -o
Zach_all.avi
>
scale=4:3 ←what are you trying to achieve using this filter? if you are
trying to set an aspect ratio, try this:

-vf format=rgb32,dsize=4/3,scale=-1:-2

you can consult with the documentation to better understanding of each
parameter.


More information about the MEncoder-users mailing list