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 (#254)
This commit is contained in:
parent
5bc68ad592
commit
e5db8e9504
1 changed files with 2 additions and 1 deletions
|
|
@ -148,7 +148,8 @@ impl Execute for Download {
|
||||||
Some("mpegts".to_string())
|
Some("mpegts".to_string())
|
||||||
} else {
|
} else {
|
||||||
None
|
None
|
||||||
});
|
})
|
||||||
|
.ffmpeg_preset(self.ffmpeg_preset.clone().unwrap_or_default());
|
||||||
|
|
||||||
for mut single_formats in single_format_collection.into_iter() {
|
for mut single_formats in single_format_collection.into_iter() {
|
||||||
// the vec contains always only one item
|
// the vec contains always only one item
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue