vote up 0 vote down star

I need an encoder that can convert mp3 files to he-aac (aka aac+). So far the best one I have found is nero aac encoder . I have two problemes with it : - Only one input format : wav . It is a little bit slow to transform mp3 files to wav and then to he-aac. - a free license for non commercial use.

Too bad ffmpeg does not support he-aac ... There is a commercial solution, on2 flix, but it seems to be a golden hammer for the simple task I need to do.

flag

55% accept rate

3 Answers

vote up 1 vote down check

Nero AAC is the only one as far as I know. Even if FAAC supported HE-AAC it would be useless, since as an encoder its pretty awfully designed and its quality is not even competitive with LAME, let alone a good AAC encoder.

Kostya on the FFMPEG team is currently working on an AAC encoder but it has a long way to go--its not ready for primetime with LC-AAC, let alone HE-AAC (its not even committed to the repository yet). The first step before anything will be to get the ffmpeg decoder to support HE-AAC; currently it can only be decoded through FAAD.

I don't believe there is any HE-AAC encoder on any platform with a more permissive license than Nero's at this point in time.

link|flag
Thanks a lot for your response :) – Alexandre Victoor Sep 17 '08 at 9:48
vote up 0 vote down

I don't have an idea about the quality, but I just found enhAacPlusEnc

link|flag
vote up 0 vote down

Another encoder: mp4tools

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.