Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong bitrate when converting from 88200Hz #93

Open
Rainoutt opened this issue Sep 3, 2023 · 1 comment
Open

Wrong bitrate when converting from 88200Hz #93

Rainoutt opened this issue Sep 3, 2023 · 1 comment

Comments

@Rainoutt
Copy link

Rainoutt commented Sep 3, 2023

When converting from 88200Hz sample rate, it switches the bitrate (instead of using 128 it uses 160)

00 - Here Without You.m4a
88200Hz -> 48000Hz
AAC-LC Encoder, ABR 160kbps, Quality 96
[100.0%] 3:59.613/3:59.613 (10.7x), ETA 0:00.000
11501440/11501440 samples processed in 0:22.359
Overall bitrate: 159.91kbps
Optimizing...done
qaac 2.80, CoreAudioToolbox 7.10.9.0
00022.` Hells Bells.m4a
96000Hz -> 48000Hz
AAC-LC Encoder, ABR 128kbps, Quality 96
[100.0%] 5:12.815/5:12.815 (25.7x), ETA 0:00.000
15015134/15015134 samples processed in 0:12.188
Overall bitrate: 127.551kbps
Optimizing...done
qaac 2.80, CoreAudioToolbox 7.10.9.0

Is this intended behavior? Here is the command :
for %%i in (*.flac) do qaac64.exe "%%i" -a 128 -q 2 --copy-artwork

@nu774
Copy link
Owner

nu774 commented Sep 19, 2023

160kbps is the lowest for 48kHz/5.1ch (which you can see by qaac --formats).
Isn't that file 5.1ch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants