Skip to main content

Vorbis

Help Wanted

This section is in need of contributions. If you believe you can help, please see our Contribution Guide to get started as a contributor!

Vorbis is an open-source audio codec first released in 2000, maintainted by the Xiph.org Foundation. It has seen great success in its usage by Spotify, among others. It is the default audio codec for Minecraft's sounds & music. It has largely been replaced by Opus.

Usage​

Vorbis is supported in ffmpeg.

Encoder​

ffmpeg -i input.wav -c:a libvorbis output.ogg

Decoder​

ffmpeg -i input.ogg output.wav

See ffmpeg for more options.