vorbis-tools

Tools for encoding, decoding, and manipulating Ogg Vorbis audio files

brewmacoslinux
Try with needOr install directly
Source

About

Ogg Vorbis CODEC tools

Commands

oggencoggdecogginfovorbiscomment

Examples

Encode a WAV file to Ogg Vorbis format$ oggenc -q 6 input.wav -o output.ogg
Decode an Ogg Vorbis file to WAV format$ oggdec input.ogg -o output.wav
Display information about an Ogg Vorbis file$ ogginfo audio.ogg