Initializing... drag & drop files here
Supports: M4B
.m4b files (audiobooks you ripped yourself, or Audible files already stripped of DRM). Batch is supported — drop in several M4B files and each converts in parallel.M4B is the MPEG-4 audiobook format: AAC audio inside an MP4 container (ISO/IEC 14496-14, first standardized in 2003), with the .m4b extension signaling to players that the file is a book rather than a song. The format's defining features are chapter markers and bookmark/resume support — an audiobook player remembers exactly where you stopped and lets you skip by chapter, which a plain MP3 cannot do natively. Apple Books, iTunes, VLC, and most dedicated audiobook apps handle M4B well.
The problem is everything outside that ecosystem. A surprising number of devices and apps still don't recognize the .m4b extension at all — older car stereos, basic MP3 players, some Android music apps, and DJ or editing software. For those, you need a format they speak. The most common conversions:
| Format | Codec / payload | Container | Chapters & bookmarks | Lossy? | Best for |
|---|---|---|---|---|---|
| M4B (source) | AAC (sometimes ALAC) | MP4 (ISO/IEC 14496-14) | Yes — native | Yes (AAC) | Audiobooks on Apple Books, iTunes, VLC |
| MP3 | MP3 (MPEG-1/2 Layer III) | MP3 | No native chapters | Yes | Universal playback on any device |
| M4A | AAC (same as source) | MP4 | No (not used as such) | Yes | Music apps; lossless remux from M4B |
| AAC | AAC raw stream | ADTS | No | Yes | Re-muxing into your own container |
| OGG | Vorbis | Ogg | Limited (player-dependent) | Yes | Open-source / royalty-free players |
| Opus | Opus | Ogg | Limited (player-dependent) | Yes | Smallest files for spoken-word audio |
| WAV | PCM (uncompressed) | WAV/RIFF | No | No | Editing in Audacity / a DAW |
| FLAC | FLAC | FLAC | No | No | Lossless archival master |
Yes, if you convert to a single MP3. M4B stores chapter markers and a resume bookmark in the MPEG-4 container, and plain MP3 has no equivalent native mechanism, so a one-file MP3 plays start-to-finish with no chapter skip and no saved position. The practical workaround is to split the book into one MP3 per chapter before or during conversion — most car stereos and basic players then treat each chapter as its own track, which gives you back skip-by-chapter navigation even though it isn't a true bookmark. If keeping the bookmark matters most, stay on M4B or convert to M4A, which keeps the same AAC audio.
Yes. M4B and M4A are the same MP4 container holding the same AAC audio — the only real difference is the extension and the "this is a book" hint. Converting M4B to M4A is a container remux: the compressed AAC stream is copied into the new wrapper unchanged, with no re-encoding and zero generational quality loss. It's near-instant and ideal when your only goal is to get a music app to treat the file as a normal track. Re-encoding only happens if you also change the bitrate, sample rate, or target a different codec like MP3 or FLAC.
Audiobooks purchased from the iTunes Store or Apple Books can be wrapped in Apple's FairPlay DRM, and Audible's own files use the separate AAX format with its own protection. DRM-locked files are encrypted, so a format converter sees scrambled data and cannot read or transcode them — this is true of every online converter, not just ours. Only unprotected M4B files convert: audiobooks you created yourself, public-domain titles (LibriVox, Project Gutenberg), or files whose DRM you've already removed through the rights holder's authorized method. If the conversion fails immediately, a DRM lock is the most likely cause.
Audiobooks are spoken word, not music, so they need far less bitrate than a song. In our testing, a typical M4B audiobook is already encoded at 64-128 kbps AAC, and converting to MP3 at 128 kbps Constant Bitrate is transparent for voice while keeping the file small. If you want a smaller file, 64-96 kbps MP3 is still perfectly clear for narration; below 48 kbps you start to hear artifacts on sibilants. Picking a higher bitrate than the source won't add quality — it only inflates the file — so match or slightly undercut the original.
There's no fixed per-file cap. Conversion runs on our servers, so the real limit is upload size and your connection speed — a multi-hour, several-hundred-megabyte audiobook is routine, it just takes longer to upload than a short clip. Batch jobs have no quantity limit either, so you can queue several books and grab them all at once. If you only need one chapter, use the Trim controls to export just that segment rather than uploading and converting the entire book.
Most standard tags — title, author/artist, album, and the embedded cover image — carry over when the target format supports them, which MP3, M4A, AAC, and FLAC all do. The fields that don't survive a move to MP3 are the audiobook-specific ones: chapter markers and the resume bookmark, since MP3 has no native slot for them. If preserving the full audiobook metadata set matters, converting M4B to M4A keeps everything intact because it's the same container family.