Asif Youssuff

Does Airsonic support Opus?

I’m having trouble trancoding from flac to opus, my command is the following:

Name

flac > opus

Convert from

flac

Convert to

ogg

Step 1

flac --silent --decode --stdout %s

Step 2

opusenc --quiet --bitrate %b - -

I’ve been playing with this for a little while today and I came up with one step encode:

ffmpeg -i %s -map 0:0 -b:a %bk -codec:a libopus -vbr on -f ogg -

Hope it is helpful to anyone stopping by this thread.

Also using it on FLAC to Opus (using ogg as “convert to”):

opusenc --vbr --bitrate 192 --downmix-stereo %s -

works well too.


If you liked this material, please consider supporting me. You can also message me on Mastodon.

This project is maintained by yoasif