mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
fix output file
This commit is contained in:
parent
e8c66370b4
commit
a94852e4ed
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pub struct Args {
|
||||||
|
|
||||||
/// Specify output file
|
/// Specify output file
|
||||||
#[clap(short, long, parse(from_os_str))]
|
#[clap(short, long, parse(from_os_str))]
|
||||||
output: Option<PathBuf>,
|
output_file: Option<PathBuf>,
|
||||||
|
|
||||||
/// Concatenation method to use for splits
|
/// Concatenation method to use for splits
|
||||||
#[clap(short, long, possible_values = &["ffmpeg", "mkvmerge", "ivf"], default_value = "ffmpeg")]
|
#[clap(short, long, possible_values = &["ffmpeg", "mkvmerge", "ivf"], default_value = "ffmpeg")]
|
||||||
|
|
Loading…
Reference in a new issue