You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used fdkaac.exe 1.0.5 to encode a 6 channel RIFF64 wav file (5.1 audio @ 48,000 Hz) to 6 channel m4a AAC-LC using the following command line:
fdkaac.exe -b1536 -w20000 "file.wav" (256 Kbps per channel)
The resulting m4a file ends up being encoded at 1440 Kbps (240 Kbps per channel) instead of 1536.
According to page 14 of the documentation (aacEncoder.pdf), 240 Kbps is the minimum recommend bitrate for 6 channel AAC-LC, and it can support up to 800 Kbps:
(Note the laste two lines in the above image and below table clean-up:)
I used fdkaac.exe 1.0.5 to encode a 6 channel RIFF64 wav file (5.1 audio @ 48,000 Hz) to 6 channel m4a AAC-LC using the following command line:
fdkaac.exe -b1536 -w20000 "file.wav"
(256 Kbps per channel)The resulting m4a file ends up being encoded at 1440 Kbps (240 Kbps per channel) instead of 1536.
According to page 14 of the documentation (aacEncoder.pdf), 240 Kbps is the minimum recommend bitrate for 6 channel AAC-LC, and it can support up to 800 Kbps:
(Note the laste two lines in the above image and below table clean-up:)
So why is it limiting it to 1440?
(I do know that 240 vs 256 Kbps will not be noticeable, and that's fine, but I still want to know why this is happening.)
I do apologize if I'm missing something simple and in that case I would hugely appreciate any information as to what I'm doing wrong!
The text was updated successfully, but these errors were encountered: