Log in

View Full Version : Mencoder x264encopts


Brazil2
16th May 2010, 12:48
Please could anyone point me to an up to date and full list of x264 options (x264encopts) used by Mencoder ?

Because the syntax used in Mencoder is quite different than the 'official' one used in regular standalone x264 and only documentation I was able to find is outdated with options like brdo and bime which are not used anymore for ages, not to mention new features are missing.

Dark Shikari
16th May 2010, 13:10
x264 --fullhelp

Brazil2
16th May 2010, 13:38
Oh yep, it seems that we can now use both the old syntax and the new one: e.g. frameref and ref , subq and subme , etc.

Thanks for pointing that out :)

Gromozeka
7th June 2010, 11:37
This parameters from mencoder very good :)
mencoder 1.avs -o out.h264 -of lavf -nosound -ovc x264 -x264encopts subq=9:crf=21:keyint=250:partitions=all:8x8dct:me=umh:frameref=5\
:bframes=3:b_pyramid=2:weight_b:b_adapt=2:deblock=-1-1:cabac:qp_min=18:qp_max=51:ip_factor=1.4:pb_factor=1.4:qcomp=0.6\
:direct_pred=auto:me_range=16:chroma_me:mixed_refs:trellis=2:psy-rd=0.4,0.0:deadzone_inter=21:deadzone_intra=11\
:nofast_pskip:dct_decimate:nr=0:aq_mode=2:aq_strength=1.0:nointerlaced:psnr:threads=2
Who ask me name this option x264 in x264encopts:
--rc-lookahead 45
--no-mbtree
--weightp

www669
15th January 2011, 11:17
what can i find the mencoder 's option?

nm
15th January 2011, 12:24
what can i find the mencoder 's option?

http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.txt (or run man mplayer in a terminal if MPlayer/MEncoder is properly installed on your Linux system).

Then there's the guide:
http://www.mplayerhq.hu/DOCS/HTML/en/

www669
16th January 2011, 07:45
thanks very much!