mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
fix target quality rav1e
This commit is contained in:
parent
5a0e9d4ece
commit
8727af953e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ pub fn construct_target_quality_command(
|
||||||
"-s".into(),
|
"-s".into(),
|
||||||
"10".into(),
|
"10".into(),
|
||||||
"--threads".into(),
|
"--threads".into(),
|
||||||
format!("--threads={}", threads),
|
format!("{}", threads),
|
||||||
"--tiles".into(),
|
"--tiles".into(),
|
||||||
"16".into(),
|
"16".into(),
|
||||||
"--quantizer".into(),
|
"--quantizer".into(),
|
||||||
|
|
Loading…
Reference in a new issue