Change default Opus transcoding format name to opus. Closes #521
This commit is contained in:
parent
cff5c1ee53
commit
7a3bd935c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 -",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue