Ogg Vorbis utilities

oggdec

oggdec (Figure 4) is a simple converter between file formats. The command structure is:

oggdec FILE.ogg
Figure 4: oggdec converts the formats of CDs and DVDs to .ogg.

Multiple output files can be specified with a space-separated list, and output files are created using original file names for the name and adding a different extension. If you are importing a single file, you can use --outputfile=File to change the file name. The default output is a .wav file, the format usually used on a CD.

The option -bits=NUMBER can be used to specify an 8- or 16-bit file. You can also create an output in RAW format by specifying --raw as an option. For 16-bit files, you can also specify endianness with the option --endian=, using 1 for small-endian and   for big-endian, or signedness with sign=, using   for unsigned and 1 for signed. However, today usually you should not need to consider either of these optons.

vcut

vcut (Figure 5) creates copies of an existing .ogg file, beginning and ending at the specified locations, which are designated in seconds. The format is:

vcut SOURCE OUTPUT START-POINT +ENDPOINT
Figure 5: vcut produces truncated copies of .ogg files.

The original file is not affected.

vorbiscomment

Music players generally include options for displaying files by categories such as artist, title, track number, and genre. vorbiscomment (Figure 6) is a utility for editing those comments and adding new categories. These comments are usually ripped along with the file and can be edited or expanded as you choose.

Figure 6: vorbiscomment is an editor for the metatags of Ogg files.

To see the existing comments, enter:

vorbiscomment --list FILE.ogg

A number of comments are standard to all files, but you can add your own with the options:

--append --comment 'NAME=VALUE'

Alternatively, you can place all the comments and modifications you want to make in a file, one per line, and add them to the file using the options --append --comment. Use the option --append FILE.ogg, press Return, add a comment in the format NAME=VALUE (one per line), and press Ctrl+D when finished. Existing comments can be replaced by using the --write option alongside the --append and --comment options. Comments can be written in UTF-8 format by the addition of --write.

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • Command Line: Music Tools

    You don’t always need a GUI-based tool to play MP3 and Ogg Vorbis tracks. In this month’s column, we look at tools for rocking from the shell.

  • Command Line

    The command line swings. In this

    issue of “Command Line”we investigate

    how you can grab tracks from

    audio CDs and convert sound files to

    other formats. No matter whether

    you choose wav,MP3 or Ogg Vorbis,

    you can rely on the shell to convert

    your files.

  • Free Software Projects

    If you want to convert a bunch of audio files into another format and prefer to steer clear of the command line, the Gnac graphical tool might do the trick. Also, the Gourmet Recipe Manager helps out in the kitchen.

  • File Comparison

    With support for more than 60 file formats, diffoscope extends the power of diff beyond the plain text or HTML file.

  • Sound Conversion

    Transfer the contents of audio CDs to your PC and convert the contents of music folders with soundKonverter and fre:ac.

comments powered by Disqus
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.

Learn More

News