source: multimedia/audioutils/vorbistools.xml@ 0590c1b6

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 0590c1b6 was 8d8631b5, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML update for Chapter 38

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

  • Property mode set to 100644
File size: 3.4 KB
Line 
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;
5
6 <!ENTITY vorbistools-download-http "http://www.vorbis.com/files/1.0.1/unix/vorbis-tools-&vorbistools-version;.tar.gz">
7 <!ENTITY vorbistools-download-ftp " ">
8 <!ENTITY vorbistools-size "701 KB">
9 <!ENTITY vorbistools-buildsize "4.4 MB">
10 <!ENTITY vorbistools-time "0.12 SBU">
11]>
12
13<sect1 id="vorbistools" xreflabel="Vorbis Tools-&vorbistools-version;">
14<?dbhtml filename="vorbistools.html"?>
15<title>Vorbis Tools-&vorbistools-version;</title>
16
17<sect2>
18<title>Introduction to <application>Vorbis Tools</application></title>
19
20<para>The <application>Vorbis Tools</application> package contains command-line
21tools for Ogg audio files. This is useful for encoding,
22playing or editing files using the Ogg <acronym>CODEC</acronym>.</para>
23
24<sect3><title>Package information</title>
25<itemizedlist spacing='compact'>
26<listitem><para>Download (HTTP): <ulink
27url="&vorbistools-download-http;"/></para></listitem>
28<listitem><para>Download (FTP): <ulink
29url="&vorbistools-download-ftp;"/></para></listitem>
30<listitem><para>Download size: &vorbistools-size;</para></listitem>
31<listitem><para>Estimated Disk space required:
32&vorbistools-buildsize;</para></listitem>
33<listitem><para>Estimated build time:
34&vorbistools-time;</para></listitem></itemizedlist>
35</sect3>
36
37<sect3><title><application>Vorbis Tools</application> dependencies</title>
38<sect4><title>Required</title>
39<para><xref linkend="libvorbis"/></para></sect4>
40<sect4><title>Optional</title>
41<para><xref linkend="curl"/>, <xref linkend="libao"/>,
42<xref linkend="flac"/> and <xref linkend="speex"/>
43</para></sect4>
44
45</sect3>
46
47</sect2>
48
49<sect2>
50<title>Installation of <application>Vorbis Tools</application></title>
51
52<para>Install <application>Vorbis Tools</application> by running the following
53commands:</para>
54
55<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
56make &amp;&amp;
57make install</command></userinput></screen>
58
59</sect2>
60
61<sect2>
62<title>Contents</title>
63
64<para>The <application>Vorbis Tools</application> package contains
65<command>oggdec</command>,
66<command>oggenc</command>,
67<command>ogg123</command> (requires <xref linkend="curl"/>),
68<command>vcut</command> and
69<command>vorbiscomment</command>.</para>
70
71</sect2>
72
73<sect2><title>Description</title>
74
75<sect3><title>oggdec</title>
76<para><command>oggdec</command> is a simple decoder which converts Ogg Vorbis
77files into <acronym>PCM</acronym> audio files (<acronym>WAV</acronym> or
78raw).</para></sect3>
79
80<sect3><title>oggenc</title>
81<para><command>oggenc</command> is the encoder that turns raw,
82<acronym>WAV</acronym> or <acronym>AIFF</acronym> files into an Ogg
83Vorbis stream.</para></sect3>
84
85<sect3><title>ogg123</title>
86<para><command>ogg123</command> is a command-line audio player for Ogg Vorbis
87streams.</para></sect3>
88
89<sect3><title>ogginfo</title>
90<para><command>ogginfo</command> prints information stored in the audio
91file.</para></sect3>
92
93<sect3><title>vcut</title>
94<para><command>vcut</command> will split a file into two files at a designated
95cut point.</para></sect3>
96
97<sect3><title>vorbiscomment</title>
98<para><command>vorbiscomment</command> is an editor that changes information in
99the audio file metadata tags.</para></sect3>
100
101</sect2>
102
103</sect1>
104
Note: See TracBrowser for help on using the repository browser.