source: multimedia/audioutils/vorbistools.xml@ 9f80536

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9f80536 was 9f80536, checked in by Randy McMurchy <randy@…>, 19 years ago

Added FTP download location and configuration information to the Vorbis Tools instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3168 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.0 KB
RevLine 
[8d8631b5]1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
[4774914f]5
[8d8631b5]6 <!ENTITY vorbistools-download-http "http://www.vorbis.com/files/1.0.1/unix/vorbis-tools-&vorbistools-version;.tar.gz">
[9f80536]7 <!ENTITY vorbistools-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/vorbis-tools-&vorbistools-version;.tar.gz">
[8d8631b5]8 <!ENTITY vorbistools-size "701 KB">
[9f80536]9 <!ENTITY vorbistools-buildsize "5.3 MB">
[8d8631b5]10 <!ENTITY vorbistools-time "0.12 SBU">
11]>
12
[bb363985]13<sect1 id="vorbistools" xreflabel="Vorbis Tools-&vorbistools-version;">
[a0f03b0]14<sect1info>
[5cd0959d]15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
[a0f03b0]17</sect1info>
[dd3f20f0]18<?dbhtml filename="vorbistools.html"?>
[bb363985]19<title>Vorbis Tools-&vorbistools-version;</title>
[f45b1953]20
[8d8631b5]21<sect2>
22<title>Introduction to <application>Vorbis Tools</application></title>
23
24<para>The <application>Vorbis Tools</application> package contains command-line
25tools for Ogg audio files. This is useful for encoding,
26playing or editing files using the Ogg <acronym>CODEC</acronym>.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink
31url="&vorbistools-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&vorbistools-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &vorbistools-size;</para></listitem>
[4774914f]35<listitem><para>Estimated disk space required:
[8d8631b5]36&vorbistools-buildsize;</para></listitem>
37<listitem><para>Estimated build time:
38&vorbistools-time;</para></listitem></itemizedlist>
39</sect3>
[4774914f]40
[8d8631b5]41<sect3><title><application>Vorbis Tools</application> dependencies</title>
42<sect4><title>Required</title>
[9f80536]43<para><xref linkend="libvorbis"/></para>
44</sect4>
45
[8d8631b5]46<sect4><title>Optional</title>
[9f80536]47<para><xref linkend="curl"/>,
48<xref linkend="libao"/>,
49<xref linkend="flac"/> and
50<xref linkend="speex"/></para>
51</sect4>
[8d8631b5]52
53</sect3>
54
55</sect2>
56
57<sect2>
58<title>Installation of <application>Vorbis Tools</application></title>
59
60<para>Install <application>Vorbis Tools</application> by running the following
61commands:</para>
62
63<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
64make &amp;&amp;
65make install</command></userinput></screen>
66
67</sect2>
68
[9f80536]69<sect2>
70<title>Configuring <application>Vorbis Tools</application></title>
71
72<sect3><title>Config files</title>
73<para><filename>/etc/libao.conf</filename>,
74<filename>~/.libao</filename>,
75<filename>~/.ogg123rc</filename></para>
76</sect3>
77
78<sect3><title>Configuration information</title>
79<para>Issue <command>man libao.conf</command> for information about setting
80the default output device. Also see
81<filename>/usr/share/doc/vorbis-tools-1.0.1/ogg123rc-example</filename>.</para>
82</sect3>
83
84</sect2>
85
[8d8631b5]86<sect2>
87<title>Contents</title>
88
[9f80536]89<para>The <application>Vorbis Tools</application> package contains
90<command>ogg123</command> (requires <xref linkend="curl"/>),
91<command>oggdec</command>,
92<command>oggenc</command>,
93<command>ogginfo</command>,
94<command>vcut</command> and
[8d8631b5]95<command>vorbiscomment</command>.</para>
96
97</sect2>
98
99<sect2><title>Description</title>
100
[9f80536]101<sect3><title>ogg123</title>
102<para><command>ogg123</command> is a command-line audio player for Ogg Vorbis
103streams.</para></sect3>
104
[8d8631b5]105<sect3><title>oggdec</title>
106<para><command>oggdec</command> is a simple decoder which converts Ogg Vorbis
107files into <acronym>PCM</acronym> audio files (<acronym>WAV</acronym> or
108raw).</para></sect3>
109
110<sect3><title>oggenc</title>
111<para><command>oggenc</command> is the encoder that turns raw,
112<acronym>WAV</acronym> or <acronym>AIFF</acronym> files into an Ogg
113Vorbis stream.</para></sect3>
114
115<sect3><title>ogginfo</title>
116<para><command>ogginfo</command> prints information stored in the audio
117file.</para></sect3>
118
119<sect3><title>vcut</title>
120<para><command>vcut</command> will split a file into two files at a designated
121cut point.</para></sect3>
122
123<sect3><title>vorbiscomment</title>
124<para><command>vorbiscomment</command> is an editor that changes information in
125the audio file metadata tags.</para></sect3>
126
127</sect2>
[f45b1953]128
129</sect1>
130
Note: See TracBrowser for help on using the repository browser.