Changeset 402da65
- Timestamp:
- 01/21/2008 03:56:41 PM (15 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 718ef79
- Parents:
- 5af33308
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/credits.xml
r5af33308 r402da65 303 303 304 304 <listitem> 305 <para>Gutenprint (originally was Gimp-Print), libusb and TIN: 305 <para>Gutenprint (originally was Gimp-Print), libusb, FAAC, FAAD2 306 and TIN: 306 307 <emphasis>Alexander E. Patrakov</emphasis></para> 307 308 </listitem> -
multimedia/libdriv/faac.xml
r5af33308 r402da65 10 10 <!ENTITY faac-size "392 KB"> 11 11 <!ENTITY faac-buildsize "33 MB"> 12 <!ENTITY faac-time "0. 55SBU">12 <!ENTITY faac-time "0.6 SBU"> 13 13 ]> 14 14 … … 32 32 <para><application>FAAC</application> is an encoder for a lossy sound 33 33 compression scheme specified in MPEG-2 Part 7 and MPEG-4 Part 3 standards 34 and known as Advanced Audio Coding (AAC). Suchencoder is useful for34 and known as Advanced Audio Coding (AAC). This encoder is useful for 35 35 producing files that can be played back on iPod. Moreover, iPod does not 36 36 understand other sound compression schemes in video files.</para> … … 82 82 make</userinput></screen> 83 83 84 <para>This package does not come with a test suite. However, one can test 85 its basic functionality with a sample WAV file. Encode the file:</para> 84 <para>This package does not come with a test suite. However, basic 85 functionality can be tested by encoding a sample WAV file (the sample 86 file is installed by the <xref linkend="alsa-utils"/> package:</para> 86 87 87 88 <screen><userinput>./frontend/faac -o Front_Left.mp4 /usr/share/sounds/alsa/Front_Left.wav</userinput></screen> 88 89 89 <para>Then, decode the result with <xref linkend="faad2"/> and play back 90 the decoded file:</para> 90 <para>Then, decode the result using the <command>faad</command> program 91 from the <xref linkend="faad2"/> package and play back the decoded file 92 (requires the <command>aplay</command> program from the 93 <xref linkend="alsa-utils"/> package:</para> 91 94 92 95 <screen><userinput>faad Front_Left.mp4 … … 94 97 95 98 <para><command>aplay</command> should identify the file as 96 "Signed 16 bit Little Endian, Rate 48000 Hz, Stereo", and you should hear97 the words "front left".</para>99 <quote>Signed 16 bit Little Endian, Rate 48000 Hz, Stereo</quote>, and you 100 should hear the words <quote>front left</quote>.</para> 98 101 99 102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> … … 107 110 108 111 <para><command>./bootstrap</command>: This command runs GNU Autotools 109 and produces the <command>configure</command> script and some other files110 that drive the further build.</para>111 112 <!-- Note to editors: remove this sed if the new release re-enables the112 to create the <command>configure</command> script and other required 113 build files.</para> 114 115 <!-- Note to editors: remove this sed if the new release re-enables the 113 116 option (look for "#if 0" near "case OBJTYPE_FLAG:", this is line 114 117 697 in frontend/main.c as of FAAC-1.26) or fixes the documentation … … 118 121 for the <option>--obj-type</option> parameter from the 119 122 <command>faac --long-help</command> command output. This parameter 120 is disabled in FAAC-&faac-version; anywaydue to sound quality issues123 is already disabled in FAAC-&faac-version; due to sound quality issues 121 124 with object types other than <quote>Low Complexity</quote>.</para> 122 125 … … 128 131 by <xref linkend="faad2"/>, even if compiled with DRM support). 129 132 Don't use it.</para> 133 130 134 </sect2> 131 135 … … 134 138 135 139 <para>The quality of <application>FAAC</application> is not up 136 to par with the currently best AAC encoders available. Also, it supports137 only AAC, but not High Efficiency AAC (also known as aacPlus), which provides138 better quality at low bitrates by means of using the140 to par with the best AAC encoders currently available. Also, it only 141 supports AAC and not High Efficiency AAC (also known as aacPlus), which 142 provides better quality at low bitrates by means of using the 139 143 <quote>spectral band replication</quote> technology. There are the 140 144 following alternative programs for producing AAC and HE-AAC streams:</para> … … 143 147 <listitem> 144 148 <para><ulink url="http://www.nero.com/eng/nero-aac-codec.html">Nero AAC Codec</ulink>: 145 available only in the binary form, a command-line AAC and HE-AAC encoder 146 for Linux is in the same archive as the Windows application.</para> 147 </listitem> 148 <listitem> 149 <para><ulink url="http://www.3gpp.org/ftp/Specs/html-info/26410.htm">3GPP Enhanced aacPlus general audio codec</ulink>: 149 available only in the binary form, the command-line AAC and HE-AAC encoders 150 for Linux are in the same archive as the Windows application.</para> 151 </listitem> 152 <listitem> 153 <para><ulink url="http://www.3gpp.org/ftp/Specs/html-info/26410.htm">3GPP 154 Enhanced aacPlus general audio codec</ulink>: 150 155 available in the source form, can encode only HE-AAC up to 48 kbps 151 156 out of the box, but the maximum bitrate can be changed by editing … … 166 171 <segtitle>Installed Program</segtitle> 167 172 <segtitle>Installed Libraries</segtitle> 173 <segtitle>Installed Directories</segtitle> 168 174 169 175 <seglistitem> 170 176 <seg>faac</seg> 171 177 <seg>libfaac.{so,a} and libmp4v2.{so,a}</seg> 178 <seg>None</seg> 172 179 </seglistitem> 173 180 </segmentedlist> … … 191 198 <term><filename class='libraryfile'>libfaac.{so,a}</filename></term> 192 199 <listitem> 193 <para> this librarycontains functions for encoding AAC streams.</para>200 <para>contains functions for encoding AAC streams.</para> 194 201 <indexterm zone="faac libfaac"> 195 202 <primary sortas="c-libfaac">libfaac.{so,a}</primary> … … 201 208 <term><filename class='libraryfile'>libmp4v2.{so,a}</filename></term> 202 209 <listitem> 203 <para> this librarycontains functions for creating and manipulating MP4 files.</para>210 <para>contains functions for creating and manipulating MP4 files.</para> 204 211 <indexterm zone="faac libmp4v2"> 205 212 <primary sortas="c-libmp4v2">libmp4v2.{so,a}</primary> -
multimedia/libdriv/faad2.xml
r5af33308 r402da65 10 10 <!ENTITY faad2-size "820 KB"> 11 11 <!ENTITY faad2-buildsize "15 MB (without media player plugins)"> 12 <!ENTITY faad2-time "0. 25SBU (without media player plugins)">12 <!ENTITY faad2-time "0.3 SBU (without media player plugins)"> 13 13 ]> 14 14 … … 65 65 <bridgehead renderas="sect3">FAAD2 Dependencies</bridgehead> 66 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> 67 <bridgehead renderas="sect4">Optional (to build corresponding AAC plugins)</bridgehead> 68 <para role="optional"><xref linkend="xmms"/> and 69 <ulink url="http://mpeg4ip.sourceforge.net/">mpeg4ip</ulink> (both untested)</para> 72 70 73 71 <para condition="html" role="usernotes">User Notes: … … 86 84 make</userinput></screen> 87 85 88 <para>This package does not come with a test suite. However, one can test89 its basic functionality with a sample AAC file. Decode thefile:</para>86 <para>This package does not come with a test suite. However, basic 87 functionality can be tested by decoding the sample AAC file:</para> 90 88 91 89 <screen><userinput>./frontend/faad -o sample.wav ../sample.aac</userinput></screen> … … 94 92 information about the sample file:</para> 95 93 96 < screen>sample.aac file info:94 <literallayout><computeroutput>sample.aac file info: 97 95 ADTS, 4.608 sec, 13 kbps, 16000 Hz 98 96 … … 104 102 | 00 | Left front | 105 103 | 01 | Right front | 106 ---------------------</ screen>104 ---------------------</computeroutput></literallayout> 107 105 108 <para>Play the result:</para> 106 <para>Now play the result (requires the <command>aplay</command> program 107 from the <xref linkend="alsa-utils"/> package):</para> 109 108 110 109 <screen><userinput>aplay sample.wav</userinput></screen> 111 110 112 111 <para><command>aplay</command> should identify the file as 113 "Signed 16 bit Little Endian, Rate 16000 Hz, Stereo", and you should hear114 s ome piano notes.</para>112 <quote>Signed 16 bit Little Endian, Rate 16000 Hz, Stereo</quote>, and you 113 should hear some piano notes.</para> 115 114 116 115 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> … … 124 123 125 124 <para><command>./bootstrap</command>: This command runs GNU Autotools 126 and produces the <command>configure</command> script and some other files127 that drive the further build.</para>125 to create the <command>configure</command> script and other 126 required build files.</para> 128 127 129 128 <para><option>--with-drm</option>: This option is supposed to enable … … 140 139 <segmentedlist> 141 140 <segtitle>Installed Program</segtitle> 142 <segtitle>Installed Libraries</segtitle> 141 <segtitle>Installed Library</segtitle> 142 <segtitle>Installed Directories</segtitle> 143 143 144 144 <seglistitem> 145 145 <seg>faad</seg> 146 146 <seg>libfaad.{so,a}</seg> 147 <seg>None</seg> 147 148 </seglistitem> 148 149 </segmentedlist> … … 166 167 <term><filename class='libraryfile'>libfaad.{so,a}</filename></term> 167 168 <listitem> 168 <para> this librarycontains functions for decoding AAC streams.</para>169 <para>contains functions for decoding AAC streams.</para> 169 170 <indexterm zone="faad2 libfaad"> 170 171 <primary sortas="c-libfaad">libfaad.{so,a}</primary> -
multimedia/libdriv/libquicktime.xml
r5af33308 r402da65 74 74 <xref linkend="ffmpeg"/>, 75 75 <ulink url="http://developers.videolan.org/x264.html">x264</ulink>, 76 <xref linkend="faac"/> and77 <xref linkend="faad2"/> .</para>76 <xref linkend="faac"/>, and 77 <xref linkend="faad2"/></para> 78 78 79 79 <para condition="html" role="usernotes">User Notes:
Note:
See TracChangeset
for help on using the changeset viewer.