question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

default AAC codec is better choice than reencoding to mp3

See original GitHub issue

Please note that converting to MP3 isn’t best choice if a device can play AAC

ffmpeg can convert aax to aac without reencoding. It gives the same quality as aax file and sligthly lower filesize

Example command:

ffmpeg -activation_bytes bbbbbbbb -i "C:\Users\aaaaaaa\OpenAudible\aax\ccccc.AAX" -vn -c:a copy -map_metadata 0:g "ccccc.m4b"

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
karolzlotcommented, Sep 2, 2019

I agree.

Aax, m4a and m4b are all containers for AAC

It seems that m4b can also support chapters, mp3 and m4a don’t support them

If aax can be converted to m4b when small enough is should be, if it is too big then it can be converted to m4a instead

Or just always convert to m4a, it is still better than reencoding to mp3

3reactions
cyteccommented, Sep 2, 2019

@openaudible just use .m4a instead 😉 still better than transcoding to mp3

EDIT: i’ve noticed that when transcoding to mp3 from aax directly it kind of “skipps” or “laggs” a few times trough out the file when playing it… basically you’ll hear a word 2-3 times

Read more comments on GitHub >

github_iconTop Results From Across the Web

AAC vs. MP3: Which audio format is the best for your music?
The higher encoding rate makes a big difference, and while a 128 kbps AAC may be better than the same encoding rate on...
Read more >
AAC vs. MP3 - Which Music Format Sounds Better? - WinXDVD
Compared to MP3, AAC generally performs better than MP3 just at the same or similar bit rates. This difference in quality is more...
Read more >
AAC vs MP3 - Difference and Comparison - Diffen
Overall, the AAC format allows developers more flexibility to design codecs than MP3 does, and corrects many of the design choices made in...
Read more >
AAC Bluetooth codec only acceptable on Apple phones
The ultimate guide to Bluetooth headphones: AAC only acceptable on Apple phones. AAC is one of the most commonly supported Bluetooth codecs in ......
Read more >
What Are Bluetooth Codecs? A Guide to Everything From AAC ...
We demystify the most common Bluetooth codecs and explain why they matter for audio quality,
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found