This program relies on hyperfine, install it with cargo install hyperfine
.
The program can be used to test the encoders speed levels. Currently all the speed-levels are tested (0-8
for aom
and svt-av1
, 0-10
for rav1e
)
```
USAGE:
speed-levels-rs [FLAGS] [OPTIONS] ... --encoders
FLAGS: -h, --help Prints help information --show-output Print the stdout and stderr of the benchmark instead of suppressing it. This will increase the time it takes for benchmarks to run, so it should only be used for debugging purposes or when trying to benchmark output speed -V, --version Prints version information
OPTIONS:
-e, --encoders
ARGS: ... Input Files ```