Open tdaede opened 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: There is a table,
And also worth to mention that it is merged in libaom : https://aomedia-review.googlesource.com/c/aom/+/96983
My work on this depends on https://github.com/clap-rs/clap/pull/1878 sadly it is progressing a bit slowly ^^;
We already have the
SpeedSettings
struct containing the information and theserialize
feature to save/load the wholeEncoderConfig
from the cli.I'll add another
advanced
option to take the SpeedSetting information as a string you can pass as argument.