ronny85
9th October 2017, 18:52
given this partial set of options for x264 cli
--ref 9 --deblock -3:-3 --8x8dct --partitions all --me umh --subme 10 --psy-rd 1.00:0.15 --mixed-refs --merange 32 --trellis 2 --qpstep 4 --deadzone-inter 21 --deadzone-intra 11 --rc-lookahead 60 --cqm flat --scenecut 40 --qblur 0.5 --keyint 240 --min-keyint 23 --qcomp 0.60 --ratetol 1.0 --aq-mode 1 --aq-strength 1.00 --ipratio 1.40 --nr 0 --b-adapt 2 --weightp 2 --chroma-qp-offset -3 --cplxblur 20.0 --b-bias 0 --nal-hrd none --bframes 12 --b-pyramid normal --no-fast-pskip --open-gop
which one is the most computing intensive (slows down the most)?
--ref 9 --deblock -3:-3 --8x8dct --partitions all --me umh --subme 10 --psy-rd 1.00:0.15 --mixed-refs --merange 32 --trellis 2 --qpstep 4 --deadzone-inter 21 --deadzone-intra 11 --rc-lookahead 60 --cqm flat --scenecut 40 --qblur 0.5 --keyint 240 --min-keyint 23 --qcomp 0.60 --ratetol 1.0 --aq-mode 1 --aq-strength 1.00 --ipratio 1.40 --nr 0 --b-adapt 2 --weightp 2 --chroma-qp-offset -3 --cplxblur 20.0 --b-bias 0 --nal-hrd none --bframes 12 --b-pyramid normal --no-fast-pskip --open-gop
which one is the most computing intensive (slows down the most)?