Difference between revisions of "Aacplusenc"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Smoothed language)
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
 
'''aacplusenc''' is a multiplatform [[AACplus|HE-AAC+]] encoder.<BR>
 
'''aacplusenc''' is a multiplatform [[AACplus|HE-AAC+]] encoder.<BR>
It was written by Matteo Croce that tooks the 3gpp reference code and wrote his own routine to read wav files,<br>write RAW ADTS output as well as faster buffered I/O and custom FFT routines.<BR>
+
It was written by Matteo Croce who took the 3gpp reference code and wrote his own routine to read wav files,<br>write RAW ADTS output as well as faster buffered I/O and custom FFT routines.<BR>
The encoder now supports mono and stereo encodings, it's not as good as the Nero encoder but is way faster ad quality is quite good.<BR>
+
It hasn't fetures found in other encoders like VBR or 2 pass encoding, but it is fast and quality is quite good.<BR>
Also, it's the only [[AACplus|HE-AAC+]] on certain combination of Operating System/architecture like MacOSX, Linux/PPC etc.<BR>
+
Also, it's the only [[AACplus|HE-AAC+]] encoder available on certain combination of Operating System/architecture like MacOSX, Linux/PPC etc.<BR>
 
Full source code is available for download on the official site.
 
Full source code is available for download on the official site.
 
== External links ==
 
== External links ==
  
*[http://teknoraver.campuslife.it/software/mp4tools/ Official site]
+
*[http://teknoraver.net/software/mp4tools/ Official site]
 
*[http://www.fftw.org/ the used FFT library]
 
*[http://www.fftw.org/ the used FFT library]
 +
*[http://ppa.launchpad.net/teknoraver/ubuntu/pool/main/a/aacplusenc/ aacplusenc Ubuntu packages]
 
*[http://www.freshports.org/audio/aacplusenc/ aacplusenc on FreshPorts]
 
*[http://www.freshports.org/audio/aacplusenc/ aacplusenc on FreshPorts]
 +
 +
[[Category:Software]]
 +
[[Category:Encoder/Decoder]]

Latest revision as of 08:37, 15 May 2021

aacplusenc is a multiplatform HE-AAC+ encoder.
It was written by Matteo Croce who took the 3gpp reference code and wrote his own routine to read wav files,
write RAW ADTS output as well as faster buffered I/O and custom FFT routines.
It hasn't fetures found in other encoders like VBR or 2 pass encoding, but it is fast and quality is quite good.
Also, it's the only HE-AAC+ encoder available on certain combination of Operating System/architecture like MacOSX, Linux/PPC etc.
Full source code is available for download on the official site.

External links