mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
You can encode only --cpu-used=0
This commit is contained in:
parent
e8dac5c44c
commit
4de1ba3799
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ pub struct CliOpts {
|
|||
pub extra_split: usize,
|
||||
|
||||
/// Minimum number of frames for a scenecut
|
||||
#[structopt(long, default_value = "60")]
|
||||
#[structopt(long, default_value = "24")]
|
||||
pub min_scene_len: usize,
|
||||
|
||||
/// Specify number encoding passes
|
||||
|
|
Loading…
Reference in a new issue