Fix default mp3 encoding ffmpeg command

This commit is contained in:
Deluan
2020-04-03 00:26:41 -04:00
parent 8510273216
commit 559848299c
+1 -1
View File
@@ -35,7 +35,7 @@ var (
"name": "mp3 audio", "name": "mp3 audio",
"targetFormat": "mp3", "targetFormat": "mp3",
"defaultBitRate": 192, "defaultBitRate": 192,
"command": "ffmpeg -i %s -ab %bk -v 0 -f mp3 -", "command": "ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -f mp3 -",
}, },
{ {
"name": "opus audio", "name": "opus audio",