Fix default mp3 encoding ffmpeg command
This commit is contained in:
+1
-1
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user