mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
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",
|
||||
"targetFormat": "oga",
|
||||
"targetFormat": "opus",
|
||||
"defaultBitRate": 128,
|
||||
"command": "ffmpeg -i %s -map 0:0 -b:a %bk -v 0 -c:a libopus -f opus -",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue