[FFmpeg-user] FFmpeg AAC encoder produces harsh noise on specific voice
Agent 45
jackatmg at gmail.com
Sat Aug 9 12:25:39 EEST 2025
Hello, FFmpeg team,
I'm encountering a consistent issue when encoding voice with FFmpeg AAC
encoder.
At low and medium bitrates the encoded output contains noticeable and
sometimes harsh noise when encoding specific vocals.
These noise gradually reduce as the bitrate increases.
I’ve attached all files (input and encoded outputs).
Here are the commands used, ffmpeg version 7.1.1:
ffmpeg -i input1.wav -c:a aac -b:a 128k output1_128k.m4a
ffmpeg -i input2.wav -c:a aac -b:a 128k output2_128k.m4a
ffmpeg -i input3.wav -c:a aac -b:a 128k output3_128k.m4a
ffmpeg -i input1.wav -c:a aac -b:a 192k output1_192k.m4a
ffmpeg -i input2.wav -c:a aac -b:a 192k output2_192k.m4a
ffmpeg -i input3.wav -c:a aac -b:a 192k output3_192k.m4a
ffmpeg -i input1.wav -c:a aac -b:a 256k output1_256k.m4a
ffmpeg -i input2.wav -c:a aac -b:a 256k output2_256k.m4a
ffmpeg -i input3.wav -c:a aac -b:a 256k output3_256k.m4a
# Observations:
- All 128k versions contain harsh noise, and almost the same if increase
the bitrate to 160k
- `output1_192k.m4a`: noise at around 0.27s
- `output2_192k.m4a`: No obvious noise detected
- `output3_192k.m4a`: Mild noise at around 0.05s and some noise still
present from 0.3s
- `output1_256k.m4a`: noise at around 0.27s
- `output2_256k.m4a`: No obvious noise detected
- `output3_256k.m4a`: Mild noise around at around 0.05s
- No noise detected when increased to 320k
-------------- next part --------------
A non-text attachment was scrubbed...
Name: input1.wav
Type: audio/wav
Size: 80028 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20250809/af206bad/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: input2.wav
Type: audio/wav
Size: 107848 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20250809/af206bad/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: input3.wav
Type: audio/wav
Size: 178244 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20250809/af206bad/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: output1_128k.m4a
Type: audio/x-m4a
Size: 7545 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20250809/af206bad/attachment-0003.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: output1_192k.m4a
Type: audio/x-m4a
Size: 10893 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20250809/af206bad/attachment-0004.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: output1_256k.m4a
Type: audio/x-m4a
Size: 13504 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20250809/af206bad/attachment-0005.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: output2_192k.m4a
Type: audio/x-m4a
Size: 14465 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20250809/af206bad/attachment-0006.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: output2_128k.m4a
Type: audio/x-m4a
Size: 9085 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20250809/af206bad/attachment-0007.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: output2_256k.m4a
Type: audio/x-m4a
Size: 18297 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20250809/af206bad/attachment-0008.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: output3_256k.m4a
Type: audio/x-m4a
Size: 31916 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20250809/af206bad/attachment-0009.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: output3_192k.m4a
Type: audio/x-m4a
Size: 24229 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20250809/af206bad/attachment-0010.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: output3_128k.m4a
Type: audio/x-m4a
Size: 16170 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20250809/af206bad/attachment-0011.bin>
More information about the ffmpeg-user
mailing list