vorbis-tools-1.4.2

Vorbis Tools の概要

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

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

Vorbis Tools の依存パッケージ

必須

libvorbis-1.3.7

任意 (required to build the ogg123 program)

libao-1.2.0

任意

cURL-8.5.0, FLAC-1.4.3, Speex-1.2.1, libkate

Vorbis Tools のインストール

以下のコマンドを実行して Vorbis Tools をビルドします。

./configure --prefix=/usr \
            --enable-vcut \
            --without-curl &&
make

このパッケージにテストスイートはありません。

root ユーザーになって以下を実行します。

make install

コマンド説明

--enable-vcut: This parameter is used so that the vcut program is built as it is not by default.

--without-curl: This parameter disables HTTP streaming in ogg123. Remove this parameter if you have cURL installed.

Vorbis Tools の設定

設定ファイル

/etc/libao.conf, ~/.libao, ~/.ogg123rc

設定情報

Issue man libao.conf for information about setting the default output device. Also see /usr/share/doc/vorbis-tools-1.4.2/ogg123rc-example .

パッケージ構成

インストールプログラム: ogg123, oggdec, oggenc, ogginfo, vcut, vorbiscomment
インストールライブラリ: なし
インストールディレクトリ: /usr/share/doc/vorbis-tools-1.4.2

概略説明

ogg123

is a command-line audio player for Ogg Vorbis streams

oggdec

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

oggenc

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

ogginfo

prints information stored in an audio file

vcut

splits a file into two files at a designated cut point

vorbiscomment

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