Vorbis Tools-1.0.1

Introduction to Vorbis Tools

The Vorbis Tools package contains command-line tools for Ogg audio files. This is useful for encoding, playing or editing files using the Ogg CODEC.

Package information

Vorbis Tools dependencies

Required

libvorbis-1.0.1

Installation of Vorbis Tools

Install Vorbis Tools by running the following commands:

./configure --prefix=/usr &&
make &&
make install

Contents

The Vorbis Tools package contains oggdec, oggenc, ogg123 (requires cURL-7.11.2), vcut and vorbiscomment.

Description

oggdec

oggdec is a simple decoder which converts Ogg Vorbis files into PCM audio files (WAV or raw).

oggenc

oggenc is the encoder that turns raw, WAV or AIFF files into an Ogg Vorbis stream.

ogg123

ogg123 is a command-line audio player for Ogg Vorbis streams.

ogginfo

ogginfo prints information stored in the audio file.

vcut

vcut will split a file into two files at a designated cut point.

vorbiscomment

vorbiscomment is an editor that changes information in the audio file metadata tags.