mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-29 05:11:21 +00:00
Bugfix: -o m4a would fail [Fixes #720]
In FFmpeg, a given encoding may not always point to the same format string.
This commit is contained in:
@@ -76,7 +76,7 @@ class EncoderFFmpeg(EncoderBase):
|
||||
+ ["-i", input_path] \
|
||||
+ arguments.split() \
|
||||
+ self._additional_arguments \
|
||||
+ ["-f", target_encoding] \
|
||||
+ ["-f", self.target_format_from_encoding(target_encoding)] \
|
||||
+ [target_file]
|
||||
|
||||
return command
|
||||
|
||||
Reference in New Issue
Block a user