Initializing... drag & drop files here
Supports: AAC, AC3, AIF, AIFC, AIFF, AMR +13 more
M4B is Apple's audiobook file extension, introduced alongside iTunes and the iPod in the early 2000s. It uses the same MPEG-4 Part 14 container and AAC codec as M4A, but the .m4b extension flags the file as an audiobook so Apple Books, iTunes, and audiobook-aware players save your playback position automatically and surface chapter navigation. Converting MP3, FLAC, WAV, or other audio to M4B is the standard way to:
.m4b extension to enable chapter and bookmark UI not exposed for .m4a or .mp3.| Property | M4B | M4A | MP3 |
|---|---|---|---|
| Container | MPEG-4 Part 14 | MPEG-4 Part 14 | MPEG-1/2 Layer III |
| Default codec | AAC (also ALAC) | AAC (also ALAC) | MP3 |
| Bookmarking flag | Yes (file-extension hint) | No | No |
| Chapter markers | Supported (Nero or QuickTime style) | Supported but uncommon | Not native (ID3 CHAP frame, poorly supported) |
| Apple Books category | Audiobooks | Music | Music |
| Typical use | Audiobooks, long-form narration | Music, ringtones, AAC audio | Universal music & speech |
| Created by Apple | Yes (file-extension convention) | Yes | No (Fraunhofer/Thomson) |
| File size for 1 hr speech @ 64 kbps | ~28 MB | ~28 MB | ~28 MB (slightly larger headers) |
The container and codec are functionally identical between M4B and M4A — the difference is the extension and the metadata flags it triggers in playback apps.
| Bitrate | Channels | ~Size per hour | Best for |
|---|---|---|---|
| 32 kbps | Mono | ~14 MB | Single narrator, low-fidelity dictation |
| 48 kbps | Mono | ~21 MB | Standard audiobook narration |
| 64 kbps | Mono | ~28 MB | Recommended audiobook default (most commercial M4Bs) |
| 96 kbps | Stereo | ~42 MB | Narration with music or sound effects |
| 128 kbps | Stereo | ~56 MB | Full audio drama, multi-voice production |
| 192 kbps | Stereo | ~84 MB | Music-heavy content, high-fidelity production |
For pure narration, AAC at 64 kbps mono is widely treated as transparent — Audible's standard "Format 4" Enhanced is roughly equivalent. There's rarely a reason to go above 96 kbps for spoken word.
M4B and M4A use the same MPEG-4 Part 14 container and almost always the same AAC codec. The functional difference is convention: the .m4b extension tells Apple Books, iTunes, and similar apps to treat the file as an audiobook — saving the playhead position between sessions and exposing chapter navigation. M4A files behave like music tracks and reset to the start each time you open them. Renaming a music .m4a to .m4b works for some apps but is fragile; re-encoding to M4B is the reliable path.
Chapter markers in the source file are dropped when re-encoding through this tool — output is a single continuous M4B with no embedded chapters. To preserve or author chapters, build the M4B locally with a tool like AudioBookBinder (Mac), m4b-tool (cross-platform CLI), or AudioBo (Mac) which write Nero or QuickTime chapter atoms that Apple Books recognizes. This converter is best for one-file recordings and post-processing tasks like bitrate or sample-rate change.
Yes. Apple Books reads .m4b natively. On Mac, drag the file into the Books app or use File → Add to Library; the file appears in the Audiobooks section with resume-playback enabled. On iOS, AirDrop the M4B from Mac or use the Files app's Share menu. Sync via iCloud or a wired Finder transfer mirrors the audiobook to all your Apple devices. Note: M4B files purchased from the iTunes/Apple Books store can be DRM-protected (Apple's FairPlay) — files you create from your own audio are unprotected and play freely.
64 kbps mono AAC is the audiobook standard — it's effectively transparent for spoken word and produces ~28 MB per hour. If your source has music or sound effects, jump to 96-128 kbps stereo. 32 kbps mono is acceptable for very-low-fidelity content like phone interviews or class recordings. Going above 128 kbps for pure narration mostly wastes space.
The MP3 codec lives in MPEG-1/2 Layer III, not the MPEG-4 container that M4B uses, so a renamed file isn't a real M4B and most apps will refuse it or fail mid-playback. M4B requires the audio to be inside an MPEG-4 (ISO base media) container with AAC, ALAC, or another supported codec. This converter performs the actual re-encoding from MP3 → AAC and re-packages into the MPEG-4 container with the .m4b extension. See also MP3 to M4B for the MP3-specific page.
This converter processes each input as a separate M4B output (one in, one out). To merge multiple files into a single chaptered audiobook, concatenate or merge them first with a desktop tool, then run the merged file through this converter for bitrate/format adjustment. For trimming a long single file into shorter pieces, use the Trim controls per-conversion or see Audio Cutter.
Yes — M4B is a standard MPEG-4/AAC file. Windows Media Player, VLC (Win/Mac/Linux), foobar2000, MPV, and most modern players will play the audio. The bookmark and chapter UI is opt-in by app: on Android, Smart AudioBook Player and Voice Audiobook Player recognize the .m4b extension; on iOS/macOS, Apple Books and BookPlayer do the same. Generic players will play the audio but may not save your position between sessions.
Tags written in the source file's MPEG-4 metadata atoms (M4A, M4B inputs) generally transfer. ID3 tags from MP3 sources also map across, including title, artist, album, year, and embedded cover art. To set audiobook-specific fields like Author, Narrator, or Genre = Audiobook, edit the output in iTunes/Apple Books or Mp3tag (Windows) before importing into your library.
You can trim a single segment per conversion run using the Trim controls — enter Start Time and Duration in seconds or HH:MM:SS.sss format, and the output covers only that range. To produce multiple chapter files, run the converter once per chapter with different trim ranges, then merge the outputs locally with a chapter-aware tool. For complex multi-chapter authoring, see also WAV to M4B or FLAC to M4B for source-specific guidance.