]> git.sesse.net Git - nageru/commit
Redo x264 speed control presets without B-frame settings.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 23 May 2018 17:31:47 +0000 (19:31 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 23 May 2018 17:31:47 +0000 (19:31 +0200)
commitfa07321ba8993899f282abfcaa313035b079d9b7
tree39c4378e09c5bccd9caa5413d9fa8b547dd058d5
parentfd8b88e336fd1e3ca6b8962022abaf989ddc4ed5
Redo x264 speed control presets without B-frame settings.

Seemingly, these can not be changed runtime, which kills our strategy
entirely for the lowest presets. Thus, these (unfortunately!) have to go;
they had no actual effect.

One _can_ set B-frame bias to -90, which gives much of the same effect,
but this is only picked up during reconfig if we have --sync-lookahead 0,
which seems to be much slower, so that won't really help either.
experiments/measure-x264.pl
experiments/presets.txt
x264_speed_control.cpp