mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Tagged vorbistools.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4060 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
96570d926c
commit
43530f8f4c
@ -1,3 +1,4 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
@ -12,161 +13,198 @@
|
||||
]>
|
||||
|
||||
<sect1 id="vorbistools" xreflabel="Vorbis Tools-&vorbistools-version;">
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
<?dbhtml filename="vorbistools.html"?>
|
||||
<title>Vorbis Tools-&vorbistools-version;</title>
|
||||
<indexterm zone="vorbistools">
|
||||
<primary sortas="a-Vorbis-Tools">Vorbis Tools</primary></indexterm>
|
||||
<?dbhtml filename="vorbistools.html"?>
|
||||
|
||||
<sect2>
|
||||
<title>Introduction to <application>Vorbis Tools</application></title>
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<para>The <application>Vorbis Tools</application> package contains command-line
|
||||
tools for Ogg audio files. This is useful for encoding,
|
||||
playing or editing files using the Ogg <acronym>CODEC</acronym>.</para>
|
||||
<title>Vorbis Tools-&vorbistools-version;</title>
|
||||
|
||||
<sect3><title>Package information</title>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem><para>Download (HTTP): <ulink
|
||||
url="&vorbistools-download-http;"/></para></listitem>
|
||||
<listitem><para>Download (FTP): <ulink
|
||||
url="&vorbistools-download-ftp;"/></para></listitem>
|
||||
<listitem><para>Download MD5 sum: &vorbistools-md5sum;</para></listitem>
|
||||
<listitem><para>Download size: &vorbistools-size;</para></listitem>
|
||||
<listitem><para>Estimated disk space required:
|
||||
&vorbistools-buildsize;</para></listitem>
|
||||
<listitem><para>Estimated build time:
|
||||
&vorbistools-time;</para></listitem></itemizedlist>
|
||||
</sect3>
|
||||
<indexterm zone="vorbistools">
|
||||
<primary sortas="a-Vorbis-Tools">Vorbis Tools</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect3><title><application>Vorbis Tools</application> dependencies</title>
|
||||
<sect4><title>Required</title>
|
||||
<para><xref linkend="libvorbis"/></para>
|
||||
</sect4>
|
||||
<sect2 role="package">
|
||||
<title>Introduction to Vorbis Tools</title>
|
||||
|
||||
<sect4><title>Recommended (required to build the <command>ogg123</command>
|
||||
program)</title>
|
||||
<para><xref linkend="curl"/> and <xref linkend="libao"/></para>
|
||||
</sect4>
|
||||
<para>The <application>Vorbis Tools</application> package contains
|
||||
command-line tools for Ogg audio files. This is useful for encoding,
|
||||
playing or editing files using the Ogg CODEC.</para>
|
||||
|
||||
<sect4><title>Optional</title>
|
||||
<para><xref linkend="flac"/> and <xref linkend="speex"/></para>
|
||||
</sect4>
|
||||
</sect3>
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&vorbistools-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&vorbistools-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &vorbistools-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &vorbistools-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &vorbistools-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &vorbistools-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
<bridgehead renderas="sect3">Vorbis Tools Dependencies</bridgehead>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of <application>Vorbis Tools</application></title>
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para><xref linkend="libvorbis"/></para>
|
||||
|
||||
<para>Install <application>Vorbis Tools</application> by running the following
|
||||
commands:</para>
|
||||
<bridgehead renderas="sect4">Recommended (Required to Build the
|
||||
'ogg123' Program)</bridgehead>
|
||||
<para><xref linkend="curl"/> and <xref linkend="libao"/></para>
|
||||
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make</command></userinput></screen>
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para><xref linkend="flac"/> and <xref linkend="speex"/></para>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
</sect2>
|
||||
|
||||
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Vorbis Tools</title>
|
||||
|
||||
</sect2>
|
||||
<para>Install <application>Vorbis Tools</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<sect2>
|
||||
<title>Configuring <application>Vorbis Tools</application></title>
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<sect3 id="vorbistools-config"><title>Config files</title>
|
||||
<para><filename>/etc/libao.conf</filename>,
|
||||
<filename>~/.libao</filename>,
|
||||
<filename>~/.ogg123rc</filename></para>
|
||||
<indexterm zone="vorbistools vorbistools-config">
|
||||
<primary sortas="e-AA.libao">~/.libao</primary></indexterm>
|
||||
<indexterm zone="vorbistools vorbistools-config">
|
||||
<primary sortas="e-AA.ogg123rc">~/.ogg123rc</primary></indexterm>
|
||||
<indexterm zone="vorbistools vorbistools-config">
|
||||
<primary sortas="e-etc-libao.conf">/etc/libao.conf</primary></indexterm>
|
||||
</sect3>
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<sect3><title>Configuration information</title>
|
||||
<para>Issue <command>man libao.conf</command> for information about setting
|
||||
the default output device. Also see
|
||||
<filename>/usr/share/doc/vorbis-tools-1.0.1/ogg123rc-example</filename>.</para>
|
||||
</sect3>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Contents</title>
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring Vorbis Tools</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
<seglistitem>
|
||||
<seg>ogg123, oggdec, oggenc, ogginfo, vcut and vorbiscomment</seg>
|
||||
<seg>/usr/share/doc/vorbis-tools-&vorbistools-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
<sect3 id="vorbistools-config">
|
||||
<title>Config Files</title>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<para><filename>/etc/libao.conf</filename>,
|
||||
<filename>~/.libao</filename>, and
|
||||
<filename>~/.ogg123rc</filename></para>
|
||||
|
||||
<varlistentry id="ogg123">
|
||||
<term><command>ogg123</command></term>
|
||||
<listitem><para>is a command-line audio player for Ogg Vorbis streams.</para>
|
||||
<indexterm zone="vorbistools ogg123">
|
||||
<primary sortas="b-ogg123">ogg123</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<indexterm zone="vorbistools vorbistools-config">
|
||||
<primary sortas="e-AA.libao">~/.libao</primary>
|
||||
</indexterm>
|
||||
|
||||
<varlistentry id="oggdec">
|
||||
<term><command>oggdec</command></term>
|
||||
<listitem><para>is a simple decoder which converts Ogg Vorbis files into
|
||||
<acronym>PCM</acronym> audio files (<acronym>WAV</acronym> or raw).</para>
|
||||
<indexterm zone="vorbistools oggdec">
|
||||
<primary sortas="b-oggdec">oggdec</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<indexterm zone="vorbistools vorbistools-config">
|
||||
<primary sortas="e-AA.ogg123rc">~/.ogg123rc</primary>
|
||||
</indexterm>
|
||||
|
||||
<varlistentry id="oggenc">
|
||||
<term><command>oggenc</command></term>
|
||||
<listitem><para>is an encoder that turns raw, <acronym>WAV</acronym> or
|
||||
<acronym>AIFF</acronym> files into an Ogg Vorbis stream.</para>
|
||||
<indexterm zone="vorbistools oggenc">
|
||||
<primary sortas="b-oggenc">oggenc</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<indexterm zone="vorbistools vorbistools-config">
|
||||
<primary sortas="e-etc-libao.conf">/etc/libao.conf</primary>
|
||||
</indexterm>
|
||||
|
||||
<varlistentry id="ogginfo">
|
||||
<term><command>ogginfo</command></term>
|
||||
<listitem><para>prints information stored in an audio file.</para>
|
||||
<indexterm zone="vorbistools ogginfo">
|
||||
<primary sortas="b-ogginfo">ogginfo</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</sect3>
|
||||
|
||||
<varlistentry id="vcut">
|
||||
<term><command>vcut</command></term>
|
||||
<listitem><para>will split a file into two files at a designated cut
|
||||
point.</para>
|
||||
<indexterm zone="vorbistools vcut">
|
||||
<primary sortas="b-vcut">vcut</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<sect3>
|
||||
<title>Configuration Information</title>
|
||||
|
||||
<varlistentry id="vorbiscomment">
|
||||
<term><command>vorbiscomment</command></term>
|
||||
<listitem><para>is an editor that changes information in the audio file
|
||||
metadata tags.</para>
|
||||
<indexterm zone="vorbistools vorbiscomment">
|
||||
<primary sortas="b-vorbiscomment">vorbiscomment</primary></indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<para>Issue <command>man libao.conf</command> for information
|
||||
about setting the default output device. Also see
|
||||
<filename>/usr/share/doc/vorbis-tools-1.0.1/ogg123rc-example</filename>.</para>
|
||||
|
||||
</sect2>
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directory</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>ogg123, oggdec, oggenc, ogginfo, vcut, and vorbiscomment</seg>
|
||||
<seg>None</seg>
|
||||
<seg>/usr/share/doc/vorbis-tools-&vorbistools-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="ogg123">
|
||||
<term><command>ogg123</command></term>
|
||||
<listitem>
|
||||
<para>is a command-line audio player for Ogg Vorbis streams.</para>
|
||||
<indexterm zone="vorbistools ogg123">
|
||||
<primary sortas="b-ogg123">ogg123</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="oggdec">
|
||||
<term><command>oggdec</command></term>
|
||||
<listitem>
|
||||
<para>is a simple decoder which converts Ogg Vorbis files into
|
||||
PCM audio files (WAV or raw).</para>
|
||||
<indexterm zone="vorbistools oggdec">
|
||||
<primary sortas="b-oggdec">oggdec</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="oggenc">
|
||||
<term><command>oggenc</command></term>
|
||||
<listitem>
|
||||
<para>is an encoder that turns raw, WAV or
|
||||
AIFF files into an Ogg Vorbis stream.</para>
|
||||
<indexterm zone="vorbistools oggenc">
|
||||
<primary sortas="b-oggenc">oggenc</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="ogginfo">
|
||||
<term><command>ogginfo</command></term>
|
||||
<listitem>
|
||||
<para>prints information stored in an audio file.</para>
|
||||
<indexterm zone="vorbistools ogginfo">
|
||||
<primary sortas="b-ogginfo">ogginfo</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="vcut">
|
||||
<term><command>vcut</command></term>
|
||||
<listitem>
|
||||
<para>will split a file into two files at a designated cut point.</para>
|
||||
<indexterm zone="vorbistools vcut">
|
||||
<primary sortas="b-vcut">vcut</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="vorbiscomment">
|
||||
<term><command>vorbiscomment</command></term>
|
||||
<listitem>
|
||||
<para>is an editor that changes information in the audio file
|
||||
metadata tags.</para>
|
||||
<indexterm zone="vorbistools vorbiscomment">
|
||||
<primary sortas="b-vorbiscomment">vorbiscomment</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user