xiph / rav1e

The fastest and safest AV1 encoder.
BSD 2-Clause "Simplified" License
3.72k stars 253 forks source link

Means to turn off individual tools for compression debugging #2229

Open tdaede opened 4 years ago

lu-zero commented 4 years ago

We already have the SpeedSettings struct containing the information and the serialize feature to save/load the whole EncoderConfig from the cli.

I'll add another advanced option to take the SpeedSetting information as a string you can pass as argument.

vibhoothi commented 4 years ago

So during AOM Symbiousium 2019, Ryan from Intel did present slides regarding the analysis of tools available for AV1, in that to be specific at Page 7: Screenshot 2020-04-11 at 1 57 46 AM There is a table,

And also worth to mention that it is merged in libaom : https://aomedia-review.googlesource.com/c/aom/+/96983

lu-zero commented 4 years ago

My work on this depends on https://github.com/clap-rs/clap/pull/1878 sadly it is progressing a bit slowly ^^;