Step-by-step instructions
- 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
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
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?
What bitrate should I use?
How do I split a long audiobook into chapters?
No account. No upload. Works in any browser.