Skip to content

Commit

Permalink
Change default Opus transcoding format name to opus. Closes #521
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Sep 24, 2020
1 parent cff5c1e commit 7a3bd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 -",
},
Expand Down

0 comments on commit 7a3bd93

Please sign in to comment.