source: multimedia/libdriv/faad2.xml@ 8b7be7b6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 8b7be7b6 was 8b7be7b6, checked in by Randy McMurchy <randy@…>, 16 years ago

Added property keywords to the FAAC and FAAD2 files

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

  • Property mode set to 100644
File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY faad2-download-http "http://downloads.sourceforge.net/faac/faad2-&faad2-version;.tar.gz">
8 <!ENTITY faad2-download-ftp " ">
9 <!ENTITY faad2-md5sum "74e92df40c270f216a8305fc87603c8a">
10 <!ENTITY faad2-size "820 KB">
11 <!ENTITY faad2-buildsize "15 MB (without media player plugins)">
12 <!ENTITY faad2-time "0.25 SBU (without media player plugins)">
13]>
14
15<sect1 id="faad2" xreflabel="FAAD2-&faad2-version;">
16 <?dbhtml filename="faad2.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>FAAD2-&faad2-version;</title>
24
25 <indexterm zone="faad2">
26 <primary sortas="a-faad2">faad2</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to FAAD2</title>
31
32 <para><application>FAAD2</application> is a decoder for a lossy sound
33 compression scheme specified in MPEG-2 Part 7 and MPEG-4 Part 3 standards
34 and known as Advanced Audio Coding (AAC).</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&faad2-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&faad2-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &faad2-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &faad2-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &faad2-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &faad2-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
59 <itemizedlist spacing="compact">
60 <listitem>
61 <para>Sample AAC file: <ulink url="http://www.nch.com.au/acm/sample.aac"/> (7 KB)</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">FAAD2 Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional"><xref linkend="xmms"/>, and
69 <ulink url="http://mpeg4ip.sourceforge.net/">mpeg4ip</ulink> (both untested).
70 If these packages are found, AAC plugins are built for the corresponding
71 media players.</para>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/faad2"/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of FAAD2</title>
80
81 <para>Install <application>FAAD2</application> by running the
82 following commands:</para>
83
84<screen><userinput>./bootstrap &amp;&amp;
85./configure --prefix=/usr &amp;&amp;
86make</userinput></screen>
87
88 <para>This package does not come with a test suite. However, one can test
89 its basic functionality with a sample AAC file. Decode the file:</para>
90
91<screen><userinput>./frontend/faad -o sample.wav ../sample.aac</userinput></screen>
92
93 <para>This should display a copyright message and the following
94 information about the sample file:</para>
95
96<screen>sample.aac file info:
97ADTS, 4.608 sec, 13 kbps, 16000 Hz
98
99 ---------------------
100 | Config: 2 Ch |
101 ---------------------
102 | Ch | Position |
103 ---------------------
104 | 00 | Left front |
105 | 01 | Right front |
106 ---------------------</screen>
107
108 <para>Play the result:</para>
109
110<screen><userinput>aplay sample.wav</userinput></screen>
111
112 <para><command>aplay</command> should identify the file as
113 "Signed 16 bit Little Endian, Rate 16000 Hz, Stereo", and you should hear
114 some piano notes.</para>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <para><command>./bootstrap</command>: This command runs GNU Autotools
126 and produces the <command>configure</command> script and some other files
127 that drive the further build.</para>
128
129 <para><option>--with-drm</option>: This option is supposed to enable
130 support for decoding
131 <ulink url="http://www.drm.org/">Digital Radio Mondiale</ulink>, but
132 actually breaks the base functionality of the package (e.g., the resulting
133 <command>faad</command> program cannot decode the sample AAC file
134 linked above). Don't use it.</para>
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Program</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143
144 <seglistitem>
145 <seg>faad</seg>
146 <seg>libfaad.{so,a}</seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="faad-prog">
156 <term><command>faad</command></term>
157 <listitem>
158 <para>is a command-line utility for decoding AAC and MP4 files.</para>
159 <indexterm zone="faad2 faad-prog">
160 <primary sortas="b-faad">faad</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="libfaad">
166 <term><filename class='libraryfile'>libfaad.{so,a}</filename></term>
167 <listitem>
168 <para>this library contains functions for decoding AAC streams.</para>
169 <indexterm zone="faad2 libfaad">
170 <primary sortas="c-libfaad">libfaad.{so,a}</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 </variablelist>
176
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.