Initializing... drag & drop files here
Supports: AAC
M4B is Apple's audiobook extension for the MPEG-4 container. Technically, an M4B and an M4A file are nearly identical — same AAC codec, same MP4 box structure — but the .m4b extension and ftyp brand signal to media players that this is long-form spoken audio. iTunes, Apple Books, and most third-party audiobook apps respond by enabling features that don't fire on a regular .m4a: bookmarked resume playback, chapter list navigation, variable playback speed presets, and sleep-timer awareness. Re-wrapping a raw AAC stream as M4B is the lightweight step that unlocks all of that.
.m4b extension are filed under Audiobooks in the Books app instead of Music, so they don't shuffle into your playlists and they remember the last listened-to position across devices via iCloud..aac restarts from the beginning every time you reopen it; the same audio as .m4b picks up where you left off..aac. Converting to .m4b makes the recording behave like an audiobook in the Books app — searchable, persistent, and synced across iPhone, iPad, and Mac.| Property | AAC (raw) | M4B |
|---|---|---|
| Audio codec | AAC | AAC (identical) |
| Container | Raw ADTS stream | MPEG-4 (MP4 ISO base) |
| File extension | .aac |
.m4b |
| Chapter markers | Not supported | Supported |
| Resume bookmark | No (most players restart) | Yes (Apple Books, VLC, BookPlayer) |
| iTunes / Apple Books category | Music | Audiobooks |
| Metadata fields | Limited ID3 | Title, author, narrator, genre, cover art |
| DRM support | No | FairPlay (commercial only; not added on conversion) |
| Native Android playback | Yes | Requires audiobook player app |
| Typical bitrate for voice | 96-192 kbps | 32-128 kbps |
| Content type | Bitrate | Approx. size per hour | Notes |
|---|---|---|---|
| Single-narrator voice | 32 kbps mono | ~14 MB | Audible's lowest tier; intelligible but thin |
| Standard audiobook | 64 kbps mono | ~29 MB | Industry baseline used by ACX for narration |
| Audiobook with music beds | 96 kbps stereo | ~43 MB | Preserves intro/outro music fidelity |
| Drama / full-cast production | 128 kbps stereo | ~58 MB | Foley, score, and multiple voice actors |
| Music or hybrid podcast | 192 kbps stereo | ~86 MB | Treat like music; M4B chapters still work |
To shrink an already-converted M4B further, run it through Compress M4B. For the reverse direction — stripping the audiobook flag back to a generic music file — use AAC to M4A.
The codec, container, and bytes inside are nearly the same — both are AAC inside an MP4 wrapper. The difference is the extension and a brand identifier (ftyp) that signals "this is an audiobook." Apple Books, iTunes, and audiobook player apps key off that to enable bookmarking, chapter navigation, and audiobook-shelf placement. A renamed .m4a to .m4b will often work in those apps for the same reason — the audiobook features are unlocked by the extension, not by re-encoding.
Raw AAC (ADTS) streams generally don't carry chapter markers — the format doesn't have a slot for them. So if your source is a plain .aac file, there are no chapters to preserve. The conversion produces a valid M4B container, but you'll need to add chapter markers afterward with a tool like m4b-tool, ChapterTool, or AudioBookBinder. If your source is actually an MP4-in-AAC-extension file (some exports do this), markers may carry through.
64 kbps mono is the standard the ACX (Audible's audiobook program) accepts for narration submission, and it produces about 29 MB per hour. Drop to 32 kbps if you need maximum compression and your content is one narrator with no music. Go to 96-128 kbps stereo if the production includes scored beds, ambience, or multiple voice actors where stereo separation matters.
Stock Android doesn't treat .m4b as a distinct audiobook format — the file plays as audio in most players, but bookmark-and-resume and chapter navigation depend on the app. Smart AudioBook Player, Voice Audiobook Player, Listen Audiobook Player, and VLC all support M4B with chapters and resume. The plain Google Files audio player and Samsung Music app will play the audio but treat it as a music track.
If you keep the bitrate the same or higher, the conversion is effectively lossless because both formats use the AAC codec — the tool can mux the AAC stream into the MP4 container without re-encoding. If you lower the bitrate (for example, 192 kbps AAC down to 64 kbps M4B), the audio is re-encoded and you'll lose some fidelity. For voice content this is rarely audible; for music it can be.
This converter processes each uploaded file individually. To merge a series of chapters into a single M4B with a chapter marker per segment, use a dedicated tool like m4b-tool or AudioBookBinder, which concatenate AAC files and write chapter offsets at each join point. As a workaround here, you can trim sections first and then combine externally.
The MP4 container itself supports very long files — the practical limit is set by the player. Apple Books reliably handles M4B files well over 24 hours; older iPods had quirks above 13 hours and sometimes required splitting. If you're producing a single-file audiobook over 12 hours, test playback in your target app before distributing.
No. Audible distributes its own protected formats (.aax and .aa) with Audible-specific DRM. An M4B file you create cannot be uploaded to a personal Audible library. For self-publishing on Audible, submissions go through ACX as uncompressed WAV or 192 kbps+ MP3 per chapter, not as a packaged M4B.
No. The output M4B has no FairPlay DRM, no audio watermark, and no metadata pointing back to xconvert. The file you download is identical in playability to one produced by ffmpeg or AudioBookBinder. (FairPlay DRM is only added by Apple at the iTunes Store / Apple Books storefront — third-party tools cannot apply it.)