Ogg Vorbis utilities
Command Line – Ogg Vorbis

© Photo by neil thomas on Unsplash
With the addition of its supporting utilities, Ogg Vorbis competes with other free audio formats.
Support for the free Ogg Vorbis audio format [1] is included by default in most Linux distributions. However, if you want to do more than play an Ogg file or rip a CD to the format using a desktop application, you need more than the Ogg codec. Although all-purpose tools are available for audio files, the most convenient tools for manipulating Ogg files are the format's supporting utilities, most of which are contained in the vorbis-tools package [2]. With these utilities, you can convert, play, and edit Ogg files and their meta-comments from the command line.
Ogg Vorbis is an audio format that uses lossy compression, like MP3. Unlike FLAC, Xiph.Org's other free format that is popular with audiophiles for its high sound quality, Ogg has never been particularly popular. Many music players do not support it at all. Moreover, now that the MP3 format no longer has a restricted license, there is less reason for advocates of software freedom to use Ogg – although old habits die hard. However, there are still occasions where the smaller files created by lossy compression are useful, such as when using a player with limited memory, and at an equivalent sampling rate and file size, Ogg files offer higher sound quality than MP3s. Especially at their highest settings, Ogg files remain a reasonable compromise between file size and quality. By using the available utilities, you can get the most out of this often under-rated audio format.
oggenc
The basic command-line tool for making that conversion from .raw
, .wav
, .aiff
, or even .flac
is oggenc
(Figure 1). Ordinarily, .flac
would be preferable to .ogg
in terms of sound quality, but you might choose to create an .ogg
file to produce a smaller file, especially one intended to be played where high sound quality would be wasted, such as on a bus or downtown.

Converting a file is as simple as typing the basic file followed by the file to convert, which will produce an .ogg
file of medium quality with the same root name. Should you want a different name for the output file, add --output=FILE
. You may also want more control over the quality of the output; you can achieve this by using the option --quality=NUMBER
, where 1
is the lowest quality and 10
the highest. Similarly, if the output file is intended for playing on a mono system, you can use --downmix
to reduce the quality of a stereo source file.
oggenc
also offers considerable control over comments. You can eliminate comments altogether with --discard-comments
. Or possibly you may prefer simply to edit comments with a series of options that take the structure --comment=VALUE
and include such standard comments as artist, genre, date, track number, and title. You can also use --lyrics=FILE
, which will display the words to a song in a music player like Amarok.
Still other options set the minimum and maximum bit rates, as well as other advanced options, about which average users are unlikely to care. See the oggenc
man page for complete details.
ogg123
ogg123
(Figure 2) is a playback command of considerable versatility. The simplest structure for the command is:
ogg123 --device=SOUNDSYSTEM INPUT-FILE

On most modern Linux systems, the sound system will be pulse
, but if that doesn't work, then try alsa
or oss
. The input file is an .ogg
or .flac
file or a space-separated list of files.
However, that is only the beginning. You can create a playlist in which the paths to a file name are entered one per line and then use it with the --playlist option
. You can use --skipSECONDS
to set the start of playback and --endSECONDS
to quit playback. With --repeat
, the files specified will play again from the first one. Alternatively, --shuffle
will play a list of files once in random order, while --random
will play the list of files randomly over and over. If you are having trouble with playback, the option --buffer=KILOBYTES
may improve performance.
ogginfo
Vorbis files contain a wealth of information about themselves, and ogginfo
(Figure 3) displays it all, starting with bit rates, moving through comments, going on to the data length or file time and playback time in minutes and seconds, and ending with the average bit rates.

For convenience, you can query multiple files at one time by specifying files in a space-separated list after the basic command. However, even a single file returns more than a screenful of information on anything except the largest screens, so you should probably pipe ogginfo
through the less
command so that the output is more manageable.
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
Zorin OS 17 Beta Available for Testing
The upcoming version of Zorin OS includes plenty of improvements to take your PC to a whole new level of user-friendliness.
-
Red Hat Migrates RHEL from Xorg to Wayland
If you've been wondering when Xorg will finally be a thing of the past, wonder no more, as Red Hat has made it clear.
-
PipeWire 1.0 Officially Released
PipeWire was created to take the place of the oft-troubled PulseAudio and has finally reached the 1.0 status as a major update with plenty of improvements and the usual bug fixes.
-
Rocky Linux 9.3 Available for Download
The latest version of the RHEL alternative is now available and brings back cloud and container images for ppc64le along with plenty of new features and fixes.
-
Ubuntu Budgie Shifts How to Tackle Wayland
Ubuntu Budgie has yet to make the switch to Wayland but with a change in approaches, they're finally on track to making it happen.
-
TUXEDO's New Ultraportable Linux Workstation Released
The TUXEDO Pulse 14 blends portability with power, thanks to the AMD Ryzen 7 7840HS CPU.
-
AlmaLinux Will No Longer Be "Just Another RHEL Clone"
With the release of AlmaLinux 9.3, the distribution will be built entirely from upstream sources.
-
elementary OS 8 Has a Big Surprise in Store
When elementary OS 8 finally arrives, it will not only be based on Ubuntu 24.04 but it will also default to Wayland for better performance and security.
-
OpenELA Releases Enterprise Linux Source Code
With Red Hat restricting the source for RHEL, it was only a matter of time before those who depended on that source struck out on their own.
-
StripedFly Malware Hiding in Plain Sight as a Cryptocurrency Miner
A rather deceptive piece of malware has infected 1 million Windows and Linux hosts since 2017.