>>10664052They have some kind of secret sauce for detecting your video's compressibility - I imagine they probably run a quick set of inverse kernel resizes
like an "undo" for e.g. bicubic, bilinear, Lanczos resize on a few frames before they decide what kind of bitrate it gets.
Unless you use something fancy like SuperRes or XBR they might decide it's "bloated" and bump the bitrate down anyways.
x264 command line if you want it
>x264.exe --crf 17 --preset slow --tune film --b-adapt 2 --rc-lookahead 60 --keyint 240 --colorprim bt709 --colormatrix bt709 --lookahead-threads 2 --thread-input --opencl --output J:\Roboco_temp\Roboco_new_out.h264 J:\Roboco_temp\Roboco_new.avsnote, I used AVISynth for input because it was a big stupid lossless AVI, and this is a custom build of x264 that has an AVISynth pipe built-in
>x264 0.164.3065+9-7a0e6e8-.Mod-by-Patman.-x64-gcc10.3.0
or you can just grab StaxRip v2.8.0 - out of the box, it is set up to do a lot of stupid and unnecessary shit like demuxing all of your audio streams, but it's very convenient once set up