请输入您要查询的百科知识:

 

词条 FAAC
释义

  1. FAAC encoder

      Alternatives for AAC encoding in Unix-like operating systems  

  2. FAAD2 decoder

  3. Licensing

  4. Other software

  5. See also

  6. References

{{Infobox software
|name = FAAC
|logo =
|screenshot =
|caption =
|collapsible =
|author = Menno Bakker and others
|developer =
|released = {{Start date|2001|10|09}}
|discontinued =
|latest release version = 1.28
|latest release date = {{Start date and age|2009|02|10}}
|latest preview version =
|latest preview date =
|programming language = C
|operating system =
|platform = Cross-platform
|size =
|language = English
|status =
|genre = Encoder
|license = Proprietary
|website = {{URL|http://sourceforge.net/projects/faac/}} {{URL|http://www.audiocoding.com/faac.html}}
}}{{Infobox software
| name = FAAD2
| logo =
| screenshot =
| caption =
| collapsible =
| author = Menno Bakker, Nero AG and others
| developer =
| released = 2000 (FAAD1)
| latest_release_version = 2.7
| latest_release_date = {{Release date and age|2009|02|10}}
| latest_preview_version =
| latest_preview_date =
| programming language = C
| operating_system = Cross-platform
| operating_system_desc =
| size =
| language = English
| status =
| genre = Decoder
| license = GNU General Public License version 2 or later
| website = {{URL|http://www.audiocoding.com/faad2.html}}
}}FAAC or Freeware Advanced Audio Coder is a software project which includes the AAC encoder FAAC and decoder FAAD2. It supports MPEG-2 AAC as well as MPEG-4 AAC. It supports several MPEG-4 Audio object types (LC, Main, LTP for encoding and SBR, PS, ER, LD for decoding), file formats (ADTS AAC, raw AAC, MP4), multichannel and gapless encoding/decoding and MP4 metadata tags. The encoder and decoder is compatible with standard-compliant audio applications using one or more of these object types and facilities.[1] It also supports Digital Radio Mondiale.[2]

FAAC and FAAD2, being distributed in C source code form, can be compiled on various platforms and are distributed free of charge. FAAD2 is free software. FAAC contains some code which is published as Free Software, but as a whole it is only distributed under a proprietary license.

FAAC was originally written by Menno Bakker.[3]

FAAC encoder

FAAC stands for Freeware Advanced Audio Coder.[4] The FAAC encoder is an audio compression computer program that creates AAC (MPEG-2 AAC/MPEG-4 AAC[5]) sound files from other formats (usually, CD-DA audio files). It contains a library (libfaac) that can be used by other programs.[6] AAC files are commonly used in computer programs and portable music players, being Apple Inc.'s recommended format for the company's iPod music player.

Some of the features that FAAC has are: cross-platform support, "reasonably" fast encoding, support for more than one "object type" of the AAC format, multi-channel encoding, and support for Digital Radio Mondiale streams. It also supports multi-channel streams, like 5.1.[7] The MPEG-4 object types of the AAC format supported by FAAC are the "Low Complexity" (LC), "Main", and "Long Term Prediction" (LTP).[2] The MPEG-2 AAC profiles supported by FAAC are LC and Main.[8] The SBR and PS object types are not supported, so the HE-AAC and HE-AACv2 profiles are also not supported. The object type "Low Complexity" is the default and also happens to be used in videos meant to be playable for portable players (like Apple's iPod) and used by video-hosting sites (like YouTube).

FAAC has been evaluated as a somewhat "lower quality" option than other aac encoders.[9]

Alternatives for AAC encoding in Unix-like operating systems

FAAC is one of six alternatives that Linux/Unix users have for creating AAC files. The others are:

  • The Fraunhofer-developed "FDK AAC" encoder library included as part of Android. The FDK AAC source code is licensed under a custom-copyleft license,[10] and has been ported to other platforms as libfdk-aac. The library is built around fixed-point math and supports only 16-bit PCM input.[11]
  • The Nero AG-developed "Nero AAC Codec", which has a proprietary license,[12] and is not available for the entire range of hardware architectures that these operating systems are able to run. Nero no longer develops this encoder, but the package is still available, and it remains a high-quality option for AAC encoding.[13]
  • The libavcodec native AAC encoder (separate versions maintained by FFmpeg and Libav) was experimental but considered "better than vo-aacenc" in at least some tests.[14][15][16][17] It was written by Konstantin Shishkov, and released under version 2.1 of the LGPL. The AAC encoder used in FFmpeg's version of libavcodec was significantly improved for version 3.0 of FFmpeg and is no longer considered experimental. [18] Libav has not merged this work.
  • libvo_aacenc, the Android VisualOn AAC encoder.[19] This encoder was replaced in Android by the FDK AAC encoder mentioned above, and is considered a poor-quality option.
  • The (nonfree) libaacplus[20] which implements the High-Efficiency Advanced Audio Coding.
  • Mac OS X users can utilize Apple's AAC encoder with the command-line afconvert tool.

FAAD2 decoder

FAAD2 is Freeware Advanced Audio (AAC) Decoder including SBR decoding.[21] It is MPEG-2 and MPEG-4 AAC decoder and supports MPEG-4 audio object types LC, Main, LTP, LD, ER, SBR and PS, which can be combined also to HE-AAC and HE-AACv2 Profile (AAC LC+SBR+PS).[22][23] It contains a library (libfaad) that can be used by other programs.

FAAD and FAAD2 were originally written by Menno Bakker from Nero AG.[21][24] FAAD2 is the successor to FAAD1, which was deprecated.

FAAD is Freeware Advanced Audio Decoder. It was first released in 2000 and it did not support SBR and PS audio object types.[22][24][25] The last version of FAAD1 was 2002-01-04. All development later focused in FAAD2.[26] The SBR decoding support (HE-AAC) was added in the version release on 25 July 2003. FAAD2 version 2.0 was released on 6 February 2004.[21][27]

Licensing

FAAC contains code based on the ISO MPEG-4 reference code, whose license is not compatible with the LGPL license.[2] Only the FAAC changes to this ISO MPEG-4 reference code are licensed under the LGPL license.[2] The ISO MPEG-4 reference software was published as ISO/IEC 14496-5 (MPEG-4 Part 5: Reference software) and it is freely available for download from ISO website.[28][29] ISO/IEC gives users of the MPEG-2 NBC/MPEG-4 Audio standards free license to this software module or modifications thereof for use in hardware or software products claiming conformance to the MPEG-2 NBC/MPEG-4 Audio standards. Those intending to use this software module in hardware or software products are advised that this use may infringe existing patents.[3][30][31]

FAAD2 is licensed under the GPL v2 (and later GPL versions). Code from FAAD2 is copyright of Nero AG (the "appropriate copyright message" mentioned in section 2c of the GPLv2).[32] The source code contains a note that the use of this software may require the payment of patent royalties. Commercial non-GPL licensing of this software is also possible.[33]

FAAD (FAAD1) modifications to the ISO MPEG-4 AAC reference code were distributed under the GPL.[24]

Other software

FAAC and FAAD2 is used in the following software products and libraries:

  • Avidemux video editing software.[34]
  • CDex uses FAAC encoder.[35]
  • FFmpeg supports AAC encoding through external library libfaac,[36] and using its experimental native encoder.[37]
  • ac uses FAAC and FAAD2 for AAC support.
  • GStreamer multimedia framework uses FAAC and FAAD.[38]
  • MPlayer uses FAAD2.[39]
  • VLC media player uses the FAAC (encoder) and FAAD (decoder) to provide support for AAC audio.[40]
  • Music Player Daemon uses FAAD2

There is also other software that uses FAAC libraries.[41]

See also

{{Portal|Free and open-source software}}
  • List of codecs
  • List of open source codecs
  • Lossy data compression
  • LAME
  • TooLame

References

1. ^{{cite web | url=http://www.ohloh.net/p/faac | title=Freeware Advanced Audio Coder | author= | publisher=ohloh.net | accessdate=2009-11-03}}
2. ^{{cite web | url=http://www.audiocoding.com/faac.html | title=FAAC | author=AudioCoding.com | accessdate=2009-11-03}}
3. ^{{cite web | url=http://faac.cvs.sourceforge.net/viewvc/faac/faac/README?revision=1.3&view=markup | title=SCM Repositories – faac – README | publisher=SF.net | author=FAAC | date=2001-09-04 | accessdate=2009-11-03}}
4. ^{{citation | url=http://downloads.sourceforge.net/faac/faac-1.28.zip | title=FAAC Source – README | format=ZIP | publisher=Sourceforge | accessdate=2009-11-03}}
5. ^{{cite web | url=http://sourceforge.net/projects/faac/ | title=Freeware Advanced Audio Coder | publisher=Sourceforge.net | accessdate=2009-11-03}}
6. ^{{cite web | url=http://faac.cvs.sourceforge.net/viewvc/*checkout*/faac/faac/docs/libfaac.html?revision=1.1 | title=FAAC – ISO/MPEG 2/4 AAC Encoder Library version 1.0 | publisher=SCM Repositories | author=FAAC | date=2003-08-07 | accessdate=2009-11-04}}
7. ^PS3 H264/AAC 5.1 Encoding with FFmpeg – SpinOneSolutions {{webarchive|url=https://web.archive.org/web/20130119000145/http://www.spinonesolutions.com/2010/04/ps3-h264aac-5-1-encoding-with-ffmpeg/ |date=2013-01-19 }}
8. ^{{cite web | url=http://packages.ubuntu.com/lucid/libfaac-dev | title=Ubuntu Packages – libfaac-dev | publisher=Canonical Ltd | year=2009 | accessdate=2009-11-03}}
9. ^AudioCoding.com – FAAC
10. ^{{cite web|title=NOTICE file in FDK source|url=https://android.googlesource.com/platform/external/aac/+/master/NOTICE}}
11. ^{{cite web | title=Fraunhofer FDK AAC information|url=http://wiki.hydrogenaud.io/index.php?title=Fraunhofer_FDK_AAC}}
12. ^{{cite web | title=Nero AAC Codec | url=http://www.nero.com/eng/downloads-nerodigital-nero-aac-codec.php | publisher=Nero AG | year=2006 | accessdate=2010-12-10}}
13. ^{{cite web|title=Nero AAC|url=http://wiki.hydrogenaud.io/index.php?title=Nero_AAC|accessdate=3 October 2013}}
14. ^[FFmpeg-devel] Internal aac development progress]
15. ^http://d.hatena.ne.jp/kamedo2/20120729/1343545890
16. ^http://ffmpeg.org/trac/ffmpeg/wiki/AACEncodingGuide
17. ^http://ffmpeg.org/trac/ffmpeg/wiki/GuidelinesHighQualityAudio
18. ^{{cite web|title=December 5th, 2015, The native FFmpeg AAC encoder is now stable!|url=https://ffmpeg.org/index.html#aac_encoder_stable|website=ffmpeg.org|accessdate=26 June 2016}}
19. ^http://superuser.com/a/370637/39364 – only supports 2 channels http://ffmpeg.org/pipermail/ffmpeg-user/2012-February/005187.html
20. ^http://tipok.org.ua/node/17 – only supports 2 channels http://betterlogic.com/roger/2012/07/libaacplus-maximum-number-of-channels/
21. ^{{citation | url=http://downloads.sourceforge.net/faac/faad2-2.7.zip | title=FAAD2 Source – README | format=ZIP | publisher=Sourceforge | accessdate=2009-11-03}}
22. ^{{cite web |url=http://packages.debian.org/sid/libfaad2 |title=Debian packages – libfaad2 |date=May 2006 |accessdate=2009-11-03}}
23. ^{{cite web | url=http://www.audiocoding.com/faad2.html | title=FAAD2 | author=AudioCoding.com | accessdate=2009-11-03}}
24. ^{{cite web | url=http://faac.cvs.sourceforge.net/viewvc/faac/faad/README?revision=1.1&view=markup | title=SCM Repositories – faad – README , revision 1.1 | author=FAAC | publisher=SF.net | date=2000-02-18 | accessdate=2009-11-03}}
25. ^{{cite web | url=http://faac.cvs.sourceforge.net/viewvc/faac/faad/README?view=markup | title=SCM Repositories – faad – README , revision 1.8 | publisher=SF.net | author=FAAC | date=2001-09-04 | accessdate=2009-11-03}}
26. ^{{cite web |url=http://sourceforge.net/project/shownotes.php?release_id=164018 |title=Freeware Advanced Audio Coder – File Release Notes and Changelog – 2002-01-04 – last release |publisher=SF.net |author=FAAC |date=2002-01-04 |accessdate=2009-11-03 |deadurl=yes |archiveurl=https://web.archive.org/web/20110210155502/http://sourceforge.net/project/shownotes.php?release_id=164018 |archivedate=2011-02-10 |df= }}
27. ^{{cite web | url=http://faac.cvs.sourceforge.net/viewvc/faac/faad2/ChangeLog?view=log | title=SCM Repositories – faad2 – ChangeLog | publisher=SF.net | author=FAAC | year=2009 | accessdate=2009-11-03}}
28. ^{{cite web | url=http://wiki.multimedia.cx/index.php?title=AAC_Reference_Software | title=AAC Reference Software | publisher=MultimediaWiki | date=2009-02-23 | accessdate=2009-11-03}}
29. ^{{cite web | url=http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html | title=Freely Available Standards | author=ISO | publisher=ISO | date=2009-10-27 | accessdate=2009-11-03}}
30. ^{{cite web | url=http://faac.cvs.sourceforge.net/viewvc/faac/faac/README?view=markup | title=SCM Repositories – faac – README | publisher=SF.net | author=FAAC | date=2004-10-17 | accessdate=2009-11-03}}
31. ^{{citation | url=http://standards.iso.org/ittf/PubliclyAvailableStandards/c050470__ISO_IEC_14496-5_2001_Amd_20_2009_Reference_Software.zip | title=Information technology – Coding of audio-visual objects – Part 5: Reference software – Amendment 20: MPEG-1 and -2 on MPEG-4 reference software and BSAC extensions | format=ZIP | author=ISO | publisher=ISO | accessdate=2009-11-03}}
32. ^{{cite web |url=http://packages.debian.org/changelogs/pool/main/f/faad2/faad2_2.7-4/libfaad2.copyright |title=Debian packages – libfaad2 – copyright |publisher=Debian packages |date=May 2006 |accessdate=2009-11-03 |deadurl=yes |archiveurl=https://web.archive.org/web/20091115025453/http://packages.debian.org/changelogs/pool/main/f/faad2/faad2_2.7-4/libfaad2.copyright |archivedate=2009-11-15 |df= }}
33. ^{{cite web | url=http://faac.cvs.sourceforge.net/viewvc/faac/faad2/README?view=markup | title=SCM Repositories – faad2 – README | publisher=SF.net | author=FAAC | date=2007-11-01 | accessdate=2009-11-03}}
34. ^{{cite web | url=http://avidemux.org/admWiki/index.php?title=Audio_encoders | title=Avidemux-Audio encoders | publisher=avidemux.org | accessdate=2009-11-03}}
35. ^{{cite web | url=http://cdexos.sourceforge.net/?q=features | title=CDex Features | publisher=CDex project | accessdate=2009-11-03}}
36. ^{{cite web |url=http://ffmpeg.org/general.html#Audio-Codecs |title=General Documentation – Audio Codecs |author=FFmpeg |accessdate=2009-11-03}}
37. ^{{cite web |url=http://www.ffmpeg.org/changelog.html |title=FFmpeg Changelog |author=FFmpeg |accessdate=2010-12-10}}
38. ^{{cite web |url=http://gstreamer.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/ch02.html |title=GStreamer Bad Plugins 0.10 Plugins Reference Manual |author=GStreamer |publisher=gstreamer.org |accessdate=2009-11-03 |deadurl=yes |archiveurl=https://web.archive.org/web/20091109104155/http://gstreamer.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/ch02.html |archivedate=2009-11-09 |df= }}
39. ^{{cite web|url=http://www9.mplayerhq.hu/DOCS/HTML/en/codec-installation.html#aac |title=MPlayer – The Movie Player – Codec installation – AAC |author=MPlayer team |publisher=MPlayer team |accessdate=2009-11-14 |deadurl=yes |archiveurl=https://web.archive.org/web/20091006012727/http://www.mplayerhq.hu/DOCS/HTML/en/codec-installation.html |archivedate=2009-10-06 |df= }}
40. ^{{cite web |url=http://wiki.videolan.org/AAC_(Advanced_Audio_Coding) |title=Advanced Audio Coding |author=VideoLAN Wiki |publisher=VideoLAN Wiki |date=2006-03-08 | accessdate=2009-11-03}}
41. ^{{cite web | url=http://faac.sourceforge.net/oldsite/programs.php | title=Programs using FAAC or FAAD | author=Audiocoding.com | accessdate=2009-11-03}}
{{Compression Software Implementations}}{{DEFAULTSORT:Faac}}

2 : Audio codecs|Cross-platform software

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/9/21 14:32:09