FormatDrop
How-To Guide

How to Convert AAX Audiobook to MP3

AAX is Audible's DRM-protected audiobook format. While Audible's app handles AAX natively on iOS, Android, Mac, and Windows, you may want MP3 versions for non-Audible players, archival, or playback in non-supported environments. Converting AAX to MP3 requires your account's activation bytes — the legal key Audible provides for your purchases.

Step-by-step instructions

  1. 1

    Get your Audible activation bytes

    Sign in to audible.com → Library → click on a book → check the URL for your account activation bytes, or use the AAX Audio Converter tool. Activation bytes are unique to your account and required for any AAX decoding.

    Go to converter
  2. 2

    Use FFmpeg with activation bytes

    `ffmpeg -activation_bytes XXXXXXXX -i input.aax -c:a libmp3lame -b:a 192k output.mp3`. Replace XXXXXXXX with your 8-character activation bytes.

  3. 3

    Verify and organize

    Open the MP3 in any player. Title, author, and chapter metadata are preserved. For multi-chapter audiobooks, use `-c copy` first to extract chapters then split with FFmpeg.

Why convert AAX to MP3?

AAX is Audible's walled garden; MP3 is universal. Converting your purchased audiobooks gives you ownership of the files you paid for, playable on any device.

Your files never leave your device

FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.

Frequently asked questions

Is AAX to MP3 conversion legal?
Converting your own purchased Audible audiobooks for personal use is generally legal in most jurisdictions (US, UK, EU) but the legality varies. Distributing converted files is illegal regardless of jurisdiction. Always check your local laws and Audible's terms of service.
What bitrate should I use?
Audible delivers AAX at 64 kbps mono (Standard) or 128 kbps stereo (Enhanced). Match or slightly exceed: use 96–128 kbps for Standard sources, 192 kbps for Enhanced. Higher bitrates don't improve quality (they just make bigger files of the same data).
How do I split a long audiobook into chapters?
FFmpeg with chapter list: `ffmpeg -i input.aax -f ffmetadata chapters.txt` to extract chapters, then split: `ffmpeg -i input.aax -ss CHAPTER_START -t CHAPTER_DURATION -c:a libmp3lame chapter01.mp3` per chapter.
Convert AAX to MP3 Now — Free

No account. No upload. Works in any browser.