mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-05 18:03:10 +03:00
Change default Opus transcoding format name to opus
. Closes #521
This commit is contained in:
parent
cff5c1ee53
commit
7a3bd935c2
@ -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…
x
Reference in New Issue
Block a user