Custom x264 encode settings

Hello, have question how set custom x264 settings

i choose h264 high profile

for example after encode settings is:
Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=8 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=16 / keyint_min=1 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=2000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=2000 / vbv_bufsize=4096 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00

i try manual type at the end somehting like that

vpre=medium
preset=medium
movflags=+faststart
vminrate=2M
frame_rate_num=24000
frame_rate_den=1001
ref=10
deblock=1:-3:-3
subme=9
me_range=32

but get same result (only deblock changes but not like i set)

Encoding settings : cabac=1 / ref=3 / deblock=1:1:-3 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=8 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=16 / keyint_min=1 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=2000 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=2000 / vbv_bufsize=4096 / nal_hrd=none / filler=0 / ip_ratio=1.40 / aq=1:1.00

maybe need choose another profile or some syntax problem and i write wrong settings, need help

You need to put all custom x264 options into a single option named “x264-params” per FFmpeg:
http://ffmpeg.org/ffmpeg-codecs.html#Options-25

thanks yes all work at the end add something like that x264-params=ref=10:me=uhm