source: multimedia/libdriv/faad2.xml@ 18a8da63

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 18a8da63 was 62c0ce6, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Update to x264-20200218
Tags for webkitgtk dependencies

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

  • Property mode set to 100644
File size: 5.5 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 "https://github.com/knik0/faad2/archive/&faad2-version;/faad2-&faad2-version;.tar.gz">
8 <!ENTITY faad2-download-ftp " ">
9 <!ENTITY faad2-md5sum "ed0db61d6ffa3e67748c3f03468c6eec">
10 <!ENTITY faad2-size "788 KB">
11 <!ENTITY faad2-buildsize "16 MB">
12 <!ENTITY faad2-time "0.2 SBU">
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>
33 <application>FAAD2</application> is a decoder for a lossy sound
34 compression scheme specified in MPEG-2 Part 7 and MPEG-4 Part 3
35 standards and known as Advanced Audio Coding (AAC).
36 </para>
37
38 &lfs10_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&faad2-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&faad2-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &faad2-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &faad2-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &faad2-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &faad2-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Sample AAC file: <ulink url="http://www.nch.com.au/acm/sample.aac"/> (7 KB)
79 </para>
80 </listitem>
81 </itemizedlist>
82
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/faad2"/></para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of FAAD2</title>
91
92 <para>
93 Install <application>FAAD2</application> by running the
94 following commands:
95 </para>
96
97<screen><userinput>./bootstrap &amp;&amp;
98./configure --prefix=/usr --disable-static &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 This package does not come with a test suite. However, basic
103 functionality can be tested by decoding the sample AAC file:
104 </para>
105
106<screen remap="test"><userinput>./frontend/faad -o sample.wav ../sample.aac</userinput></screen>
107
108 <para>
109 This should display a copyright message and the following
110 information about the sample file:
111 </para>
112
113<literallayout><computeroutput>sample.aac file info:
114ADTS, 4.608 sec, 13 kbps, 16000 Hz
115
116 ---------------------
117 | Config: 2 Ch |
118 ---------------------
119 | Ch | Position |
120 ---------------------
121 | 00 | Left front |
122 | 01 | Right front |
123 ---------------------</computeroutput></literallayout>
124
125 <para>
126 Now play the result (requires the <command>aplay</command> program
127 from the <xref linkend="alsa-utils"/> package):
128 </para>
129
130<screen remap="test"><userinput>aplay sample.wav</userinput></screen>
131
132 <para>
133 <command>aplay</command> should identify the file as
134 <quote>Signed 16 bit Little Endian, Rate 16000 Hz, Stereo</quote>, and
135 you should hear some piano notes.
136 </para>
137
138 <para>
139 Now, as the <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>make install</userinput></screen>
143
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="../../xincludes/static-libraries.xml"/>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Program</segtitle>
159 <segtitle>Installed Library</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>faad</seg>
164 <seg>libfaad.so and libfaad_drm.so</seg>
165 <seg>None</seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="faad-prog">
175 <term><command>faad</command></term>
176 <listitem>
177 <para>
178 is a command-line utility for decoding AAC and MP4 files.
179 </para>
180 <indexterm zone="faad2 faad-prog">
181 <primary sortas="b-faad">faad</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="libfaad">
187 <term><filename class='libraryfile'>libfaad.so</filename></term>
188 <listitem>
189 <para>
190 contains functions for decoding AAC streams.
191 </para>
192 <indexterm zone="faad2 libfaad">
193 <primary sortas="c-libfaad">libfaad.so</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 </variablelist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.