What is M4B?
M4B is structurally identical to M4A (MPEG-4 container with AAC audio). The difference is the file extension and the metadata inside: M4B files include chapter markers (chapter titles, timecodes, optional images), bookmarking metadata that iOS and macOS use to remember your position, and a flag marking the file as an audiobook (which affects how iTunes and Apple Books categorise it). The audio codec is AAC, typically at 64–128 kbps for audiobooks (speech content). M4B files can contain a single long audio track or multiple chapters in one file.
M4B pros and cons
Advantages
- Native audiobook format for Apple devices — recognised by iPhone, iPad, Mac, iPod
- Chapter support — jump between chapters, see chapter titles and artwork
- Bookmarking — remembers your position when you exit and return
- Single file contains the entire book with all metadata
- Compatible with AAC decoders — any AAC-capable app can play M4B as audio
- Supported by Calibre, Audacity, and most audiobook tools
Limitations
- Apple-centric — not natively recognised as an audiobook on Android
- Chapter navigation not supported in all players outside Apple ecosystem
- Renaming to .m4a allows playback but loses chapter and bookmark features
- Not supported by Audible's own app without conversion
- Creating M4B requires specialised tools (Audiobook Builder, Chapter and Verse, FFmpeg)
- DRM-protected M4B files (Audible/iTunes purchases) cannot be converted
When should you convert M4B files?
Convert M4B to M4A when you want to play the audiobook in a non-audiobook app that supports M4A but not M4B — the audio is identical. Convert M4B to MP3 for the widest device compatibility: `ffmpeg -i input.m4b -c:a libmp3lame -q:a 4 output.mp3` (chapters are lost). Convert MP3 chapters to M4B using Audiobook Builder (Mac) or FFmpeg with chapter metadata. Keep M4B if you primarily use Apple devices — the chapter and bookmark features are valuable.
All FormatDrop conversions run entirely in your browser — no file upload, no server processing. Your files stay on your device.
M4B FAQ
What is the difference between M4B and M4A?
Can Android phones play M4B files?
How do I create an M4B audiobook?
How do I convert Audible (AA/AAX) to M4B?
More formats