FormatDrop
How-To Guide

How to Convert AAX to M4B Audiobook

M4B is the standard audiobook format — AAC audio in an MPEG-4 container with chapter markers and bookmarking metadata. Converting AAX to M4B preserves chapters and is the right target for Apple Books, Plex Audiobook, and dedicated audiobook players. The conversion requires your Audible account's activation bytes.

Step-by-step instructions

  1. 1

    Obtain your activation bytes

    Use Audible's audnex API or the AAXAudioConverter tool to retrieve your account's 8-character activation bytes. They're unique to your account and never change.

    Go to converter
  2. 2

    Run FFmpeg with chapter preservation

    `ffmpeg -activation_bytes XXXXXXXX -i input.aax -c copy output.m4b`. The `-c copy` flag remuxes without re-encoding — fast and lossless. Chapter markers transfer automatically.

  3. 3

    Add to Apple Books or Plex

    Drag the M4B into Apple Books (Mac/iOS) or your Plex Audiobook library folder. Chapters appear in the player UI; bookmarks and read position sync via iCloud (Apple) or your Plex server.

Why convert AAX to M4B?

M4B is the audiobook format with proper chapter support. Converting AAX to M4B preserves the audiobook structure that AAX already has, just in a more open container.

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 M4B lossless?
Yes when using `-c copy`. AAX contains AAC audio inside an MPEG-4 container; M4B is the same MPEG-4 container with the .m4b extension and audiobook metadata. The conversion is just a remux with metadata preservation.
Why M4B instead of MP3 for audiobooks?
M4B is purpose-built for audiobooks: chapter navigation, bookmarking, and resume playback are first-class features. MP3 with chapter tags works but lacks the polished UX of dedicated audiobook formats. Apple Books, Plex, and most modern audiobook apps treat M4B differently from MP3.
Can I split chapters into separate M4B files?
Yes: `ffmpeg -activation_bytes XXX -i input.aax -ss CHAPTER_START -t DURATION -c copy chapter01.m4b` per chapter. Or use AAX Audio Converter which has a 'split by chapter' option in the GUI.
Convert AAX to M4B Now — Free

No account. No upload. Works in any browser.