Change default Opus transcoding format name to `opus`. Closes #521

This commit is contained in:
Deluan 2020-09-24 12:27:13 -04:00
parent cff5c1ee53
commit 7a3bd935c2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ var (
},
{
"name": "opus audio",
"targetFormat": "oga",
"targetFormat": "opus",
"defaultBitRate": 128,
"command": "ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -c:a libopus -f opus -",
},