Change default Opus transcoding format name to opus. Closes #521
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ var (
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "opus audio",
|
"name": "opus audio",
|
||||||
"targetFormat": "oga",
|
"targetFormat": "opus",
|
||||||
"defaultBitRate": 128,
|
"defaultBitRate": 128,
|
||||||
"command": "ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -c:a libopus -f opus -",
|
"command": "ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -c:a libopus -f opus -",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user