-
Notifications
You must be signed in to change notification settings - Fork 312
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
Cannot get correct AAC ADTS bitrate #51
Comments
The correct bitrate should be computed by |
@PeoLeser any chance I could talk you into writing a unit test for this and documenting the unit test? Or even better the unit test and a fix? :) |
@decriptor I have uploaded the unit test.Thanks for your attention. |
Due to the definition in the latest ISO specification, the "avgBitrate" box should be zero if using VBR. Close. |
this code makes a rough guess about file's bitrate and length: |
The encoder is
qaac 2.55, CoreAudioToolbox 7.10.6.0, AAC-LC Encoder, TVBR q127, Quality 96
The text was updated successfully, but these errors were encountered: