Open
Description
The input file was the following: http://fratti.ch/mediasamples/chansu.y4m
Sample A was encoded with --tiles 8 --speed 3 --quantizer 150
: https://fratti.ch/mediasamples/chansu_slow.ivf
Sample B was encoded with --tiles 1 --speed 1 --quantizer 150
: https://fratti.ch/mediasamples/chansu_slower.ivf
As one can see, sample B took longer to encode (duh), looks worse in several places that I could find, and is larger than about the same size as sample A.
My expectation is that the encoder being allowed to use slower algorithms and look at the entire frame should produce higher quality or lower filesize output at the same quantizer level.
Activity