Initializing... drag & drop files here
Supports: M4B
M4B is Apple's audiobook wrapper around an AAC bitstream — same MPEG-4 Part 14 container as M4A, but the .m4b extension signals "audiobook" to players so they enable position bookmarking and a chapter list. That tagging is what makes M4B useful inside Apple's ecosystem and awkward outside it. MP3 (MPEG-1 Audio Layer III) is universally decoded by every car stereo, smart speaker, Bluetooth dongle, and dollar-store MP3 player ever shipped. Converting trades audiobook-specific features for raw compatibility.
.mp3 files but skip or ignore .m4b entirely. Converting lets you load a 20-hour book on a thumb drive for road trips..m4b as plain M4A and ignore the audiobook chapter track. Converting to a single MP3 makes the file behave predictably.| Feature | M4B (source) | MP3 (output) |
|---|---|---|
| Container | MPEG-4 Part 14 | MPEG-1 elementary stream |
| Audio codec | AAC-LC (typically) | MP3 (lossy, re-encoded from AAC) |
| Chapter markers | Native chapter track in MOOV atom | Possible via ID3v2 CHAP frames, but ignored by most players |
| Position bookmarking | Auto-resume in Apple Books / Audible / Bookplayer | Not part of the format — depends on the player remembering position |
| Cover art | MP4 covr atom |
ID3v2 APIC frame (supported) |
| Author / narrator metadata | MP4 ©ART, ©nrt, ©alb atoms |
ID3v2 TPE1 / TPE2 / TALB (supported) |
| Typical bitrate (audiobooks) | 32–128 kbps AAC | 64–128 kbps MP3 |
| File size for a 10-hr book | ~150–250 MB | ~250–450 MB (MP3 is less efficient than AAC) |
The short version: MP3 keeps the audio and the tag metadata, but the chapter track and auto-resume position go away. Most players will play the converted MP3 as one continuous file. If chapter navigation is the main reason you bought the audiobook, consider M4B to M4A instead — same compatibility win on most players, AAC is retained, and the chapter track survives.
| Bitrate (MP3) | Channels | Sounds like | Size per hour | Best for |
|---|---|---|---|---|
| 32 kbps | Mono | Telephone-grade, sibilance audible | ~14 MB | Tiny flash drives, long-form lectures where size matters more than fidelity |
| 64 kbps | Mono | Clean voice, the long-standing audiobook standard | ~28 MB | Standard spoken-word audiobooks, podcasts, sermons |
| 96 kbps | Mono | Slight headroom, music beds start to breathe | ~42 MB | Audiobooks with intermittent music or sound design |
| 128 kbps | Stereo | Transparent for voice, fine for music beds | ~56 MB | Mixed-content audiobooks, dramatized productions, audio dramas |
| 192 kbps | Stereo | Overkill for voice | ~84 MB | Source M4B already at >128 kbps AAC and you want zero perceptible loss |
Audible's "Enhanced" AAX runs at 64 kbps AAC; its older "Format 4" was 32 kbps. Converting either to 64 kbps MP3 is roughly transparent; converting to anything lower discards information that was never in the source.
No — not in any way most players will recognize. M4B stores chapters in a dedicated chapter track inside the MPEG-4 container. MP3 has no such track. The ID3v2 spec defines optional CHAP and CTOC frames that can carry chapter titles and timestamps, but very few players honor them — VLC's 4.x development builds and a handful of podcast apps do; iTunes, Windows Media Player, most Android players, and essentially every car stereo do not. xconvert outputs a single continuous MP3 file without CHAP frames. If chapter navigation matters, keep the file as M4B or convert to M4B to M4A where the chapter track is preserved.
No. Audiobooks bought through the iTunes Store or Apple Books are wrapped in Apple's FairPlay DRM, and Audible's AAX format uses its own DRM. Online converters cannot decrypt either. If you have a legal copy and the right to format-shift in your jurisdiction, you must first remove DRM through Apple's or Audible's own authorized tools (for example, burning to disc through iTunes and re-importing, where that path is still available), or use a desktop DRM-removal application. xconvert converts the resulting DRM-free .m4b file but does not strip DRM itself.
64 kbps mono is the long-standing default — the human voice fits comfortably in that envelope and a 20-hour book lands around 560 MB. Drop to 32 kbps mono only if you're storing dozens of books on a small USB stick and can tolerate audible compression on sibilants ("s" and "sh" sounds). Step up to 96–128 kbps stereo if the audiobook includes music between chapters or full audio-drama production.
AAC (the codec inside M4B) is more efficient than MP3 — typically 20–30% smaller at the same perceived quality. A 64 kbps AAC audiobook will become a ~96 kbps MP3 to sound comparable, and that MP3 is bigger on disk. If file size matters more than universal playback, M4B to OGG or keeping the source as M4B will be smaller.
One file. xconvert outputs a single MP3 per input M4B, preserving the audio in order. To split by chapter you'd need to extract chapter timestamps from the M4B first (mp4chaps, FFmpeg's -show_chapters, or a dedicated audiobook tool like Audiobook Binder), then cut the MP3 at those points. If your goal is split files, converting per-chapter from the M4B source and then merging the MP3 metadata is the cleaner workflow.
Yes. M4B stores cover art in the MP4 covr atom and author/title in ©ART / ©alb / ©nrt atoms; xconvert maps these to MP3's ID3v2 equivalents (APIC for cover art, TPE1 for author, TALB for title, TPE2 for the narrator field). What does not transfer: the M4B "media kind" flag that tells Apple Books "this is an audiobook" and the bookmarked playback position.
Yes. Expand Advanced Options and use the Trim controls to set a start time and duration. This is useful for chopping off publisher logos, advertisements, or "this audiobook is brought to you by..." segments at the head and tail. For finer per-chapter cuts, use Audio Cutter on the converted MP3.
You're going through a lossy-to-lossy re-encode: AAC decode → PCM → MP3 encode. Each step throws away some information. At 64 kbps source and 64 kbps output the loss is small but real; at 32 kbps source you'll hear it. To minimize loss, keep the output bitrate at or above the source bitrate (visible in your M4B's properties), and pick Variable Bitrate when available.
If your only goal is a car stereo or a generic MP3 player, MP3 is the right answer. If your player handles AAC (most do since ~2010), M4B to M4A keeps the chapter track and the smaller file size. If you're archiving and care about losslessness, M4B to FLAC expands the file dramatically but stops the quality decay at the AAC→MP3 step. If you want OGG Vorbis for an open-format library, M4B to OGG works too.