mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Update ffmpeg preset command help
This commit is contained in:
parent
f0de4509c5
commit
01e2603e84
2 changed files with 4 additions and 4 deletions
|
|
@ -59,9 +59,9 @@ pub struct Download {
|
|||
#[arg(value_parser = crate::utils::clap::clap_parse_resolution)]
|
||||
resolution: Resolution,
|
||||
|
||||
#[arg(help = format!("Presets for video converting. \
|
||||
#[arg(help = format!("Presets for video converting. Can be used multiple times. \
|
||||
Available presets: \n {}", FFmpegPreset::all().into_iter().map(|p| format!("{}: {}", p.to_string(), p.description())).collect::<Vec<String>>().join("\n ")))]
|
||||
#[arg(help = format!("Presets for video converting. \
|
||||
#[arg(long_help = format!("Presets for video converting. Can be used multiple times. \
|
||||
Generally used to minify the file size with keeping (nearly) the same quality. \
|
||||
It is recommended to only use this if you download videos with high resolutions since low resolution videos tend to result in a larger file with any of the provided presets. \
|
||||
Available presets: \n {}", FFmpegPreset::all().into_iter().map(|p| format!("{}: {}", p.to_string(), p.description())).collect::<Vec<String>>().join("\n ")))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue