mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Accept additional command-line options
This commit is contained in:
@@ -9,7 +9,7 @@ from spotdl.encode.exceptions import FFmpegNotFoundError
|
||||
RULES = {
|
||||
"m4a": {
|
||||
"mp3": "-codec:v copy -codec:a libmp3lame -ar 48000",
|
||||
"webm": "-codec:a libopus -vbr on",
|
||||
"opus": "-codec:a libopus -vbr on",
|
||||
"m4a": "-acodec copy",
|
||||
"flac": "-codec:a flac -ar 48000",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user