Skip to content

Vorbis

needs reviewMigrated from docs/audio/Vorbis.mdx at 37c3317fd058; modified for Encode Wiki · CC BY-SA 4.0

:::danger 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.

Vorbis is supported in ffmpeg.

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

See ffmpeg for more options.