Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: HE_AAC_V2 encoder ignored much sound (Read 2518 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

HE_AAC_V2 encoder ignored much sound

I'm trying encoding some of my audio files into low bitrate (24kpbs) streams.
Suprisingly, encoding one audio file (wmav2 format) containing conversation produces an almost silent audio file with noises. I've tried neroaacenc, winamppro on Windows and ffmpeg with libaacplus, ffmpeg with libfdk_aac, Max and XLD on Mac.

Command line I used is as follows:

ffmpeg -i <input_file> -vn -sn -c:a libfdk_aac -profile:a aac_he_v2 -ar:a 44100 -ac:a 2 -b:a 24k -f adts <output_file>
ffmpeg -i <input_file> -vn -sn -c:a libaacplus -ar:a 44100 -ac:a 2 -b:a 24k -f adts <output_file>

Please check out the <input_file> in attachment