Since id like to start using cli for better settings
i would like that anyone very expert post here the exaustive cli options for x264vfw(im using Komisar), that one could copy and customize.
Or a program to convert gui setting in cli form(as you will see Komisar x264 GUI doesnt have all the options)

My concern is mainly on the mbtree options, since there is no option to enable it, only to disable --no-mbtree
but in my encoding it is disabled without the --no-mbtree command appearing.

Here the mediainfo for a my encode
cabac=1 / ref=3 / deblock=1:1:0 / analyse=0x3:0x113 / me=umh / subme=7 / psy=1 / fade_compensate=0.00 /
psy_rd=1.00:0.15 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=22,10 /
fast_pskip=1 / chroma_qp_offset=-3 / threads=2 / lookahead_threads=1 / sliced_threads=0 / nr=200 / decimate=1
/ interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=4 / b_pyramid=2 / b_adapt=2 / b_bias=0 /
direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=150 / keyint_min=5 / scenecut=50 / intra_refresh=0 /
rc=crf / mbtree=0 / crf=24.9000 / qcomp=0.50 / qpmin=18 / qpmax=35 / qpstep=7 / ip_ratio=2.48 / pb_ratio=1.33
/ aq=2:1.20
And here how appears the cli of Komisar, obtained with Komisar x264 GUI
--crf 24.9 --ref 3 --trellis 1 --mixed-refs --deblock 1:0 --bframes 4 --direct auto --b-pyramid --b-rdo --weightb --bime --b-bias 0 --direct-8x8 -1 --me umh --subme 7 --merange 16 --mvrange -1 --mvrange-thread -1 --scenecut 50 --partitions i4x4,i8x8,p8x8,b8x8 --aq-mode 3 --aq-metric 2 --aq-strength 1.2 --psy-rd 1:0.15 --ratetol 0.5 --qcomp 0.4 --cplxblur 20 --qblur 0.5 --keyint 150 --min-keyint 5 --nr 0 --qpmin 18 --qpmax 38 --qpstep 7 --deadzone-inter 21 --deadzone-intra 10 --progress --threads 0 --thread-queue 0 --thread-input --cqmfile .\matrix.cfg --ipratio 2.4 --pbratio 1.33 --chroma-qp-offset 0 --vd-hack
So, how to make more comprensive cli options for Komisar and enable mbtree and rc-lookahead ?