fix target quality rav1e

This commit is contained in:
Zen 2021-05-17 19:56:14 +03:00
parent 5a0e9d4ece
commit 8727af953e

View file

@ -51,7 +51,7 @@ pub fn construct_target_quality_command(
"-s".into(),
"10".into(),
"--threads".into(),
format!("--threads={}", threads),
format!("{}", threads),
"--tiles".into(),
"16".into(),
"--quantizer".into(),