mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Fix ffmpeg-preset option in download command
This commit is contained in:
parent
5bc68ad592
commit
371b5b5606
1 changed files with 2 additions and 1 deletions
|
|
@ -148,7 +148,8 @@ impl Execute for Download {
|
|||
Some("mpegts".to_string())
|
||||
} else {
|
||||
None
|
||||
});
|
||||
})
|
||||
.ffmpeg_preset(self.ffmpeg_preset.clone().unwrap_or_default());
|
||||
|
||||
for mut single_formats in single_format_collection.into_iter() {
|
||||
// the vec contains always only one item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue