Initializing... drag & drop files here
Supports: MKV
MKV (Matroska) is a flexible video container that often holds audiobook recordings, recorded lectures, or video podcasts. M4B is the audiobook variant of MPEG-4 Part 14 — same container as MP4 and M4A, same AAC audio codec, but the .m4b extension tells players this is long-form spoken word, so they enable resume-on-reopen and chapter navigation. Converting MKV to M4B strips the unused video track and produces a file that Apple Books, Audiobookshelf, Smart Audiobook Player, and Plex treat as an audiobook rather than a music track.
.m4b files specifically and expose chapter markers in the player UI; an MKV with a video track does not get picked up.| Property | MKV (Matroska) | M4B (MPEG-4 Audiobook) |
|---|---|---|
| Type | Video container | Audio-only container |
| Audio codec | Any (AAC, AC3, FLAC, Opus, Vorbis, etc.) | AAC (typical) |
| Video track | Yes (H.264, H.265, AV1, VP9...) | None |
| Chapter markers | Yes | Yes |
| Bookmark / resume position | Player-dependent | Built-in convention |
| Apple Books import | Not supported | Native |
| Typical 1-hour file (speech) | 200 MB - 2 GB (depends on video) | ~28 MB at 64 kbps mono |
| File extension signal to players | "Video file, play once" | "Audiobook, remember position" |
| Feature | M4B (AAC) | M4A (AAC) | MP3 |
|---|---|---|---|
| Container / codec | MPEG-4 / AAC | MPEG-4 / AAC | MPEG-1 Layer III |
| Apple Books treats as audiobook | Yes | No (treated as music) | No (treated as music) |
| Resume playback position | Yes (player convention) | No | No |
| Chapter navigation | Yes | Limited | Limited (ID3 chapters) |
| Quality at 64 kbps speech | Transparent | Transparent | Audible artifacts |
| Universal device support | Good (most players) | Excellent | Universal |
| Best use | Audiobooks, long lectures | Music, single tracks | Maximum compatibility |
| Content | Bitrate | Channel | Sample Rate | ~Size per hour |
|---|---|---|---|---|
| Single narrator, quiet room | 64 kbps | Mono | 22050-44100 Hz | ~28 MB |
| Multi-voice / dramatized | 96-128 kbps | Stereo | 44100 Hz | ~42-56 MB |
| Lecture with slides audio | 64-96 kbps | Mono | 44100 Hz | ~28-42 MB |
| Music-heavy podcast | 128 kbps | Stereo | 44100 Hz | ~56 MB |
M4B, M4A, and MP4 all use the MPEG-4 Part 14 container and (typically) AAC audio. The extension is the difference: .mp4 signals video, .m4a signals music, .m4b signals audiobook. Apple Books and most audiobook apps key off the .m4b extension to enable resume-from-position and chapter navigation. Renaming an .m4a to .m4b works for the resume feature in some players but won't add chapter markers if the file doesn't already have them embedded.
Yes — drop the converted M4B into the Music app on macOS (or sync via Finder on a Mac, or iTunes on Windows) and it appears in the Audiobooks library with playback position preserved. If you don't see the file in the Audiobooks list, right-click in iTunes/Music and choose "Get Info → Options → Media Kind: Audiobook" to force the categorization.
A single narrator records on one mic, so both stereo channels carry essentially the same signal — switching to Mono halves the file size with zero audible loss. Stereo is only worth the bytes for dramatized productions with multiple voice actors, environmental sound design, or music beds where left/right placement matters.
64 kbps AAC mono is the sweet spot for plain narration — speech occupies roughly 300 Hz to 8 kHz and AAC at 64 kbps preserves that range cleanly. Bump to 96-128 kbps if the recording has music or layered effects, or if the source MKV's audio is already high quality and you want to preserve headroom for further editing.
Yes. Use the Trim controls to set a start time and duration. Times accept either total seconds (5400 for 1 hour 30 minutes) or HH:MM:SS.sss format (01:30:00.000). For multiple chapters as separate M4B files, run the conversion once per range — each output is independent.
MKV-embedded chapter markers do not always survive a re-encode to M4B in browser-based converters; if your source MKV has chapters and you need them carried into the M4B, the most reliable workflow is to convert audio first and then add chapters with a desktop tool such as mp4chaps (part of mp4v2) or AudioBookConverter, which read and write M4B chapter atoms directly.
Yes, with a dedicated audiobook app. On Android, Smart Audiobook Player, Listen Audiobook Player, Voice, and VLC all play M4B and respect bookmark/chapter metadata. On Windows, VLC and foobar2000 play M4B; the default Music/Movies & TV apps may not surface .m4b files, so you may need to point them at the file explicitly or rename the extension to .m4a (which loses the audiobook treatment).
It's discarded. M4B is audio-only by spec — the converter decodes the MKV's selected audio stream, re-encodes it to AAC at the bitrate and sample rate you picked, and wraps it in an MPEG-4 audio container with the .m4b extension. If you need the video too, convert to MKV to MP4 instead.
The default audio track in the MKV is selected. If your MKV has, say, an English original and a Spanish dub and the wrong one is being used, remux the MKV with mkvtoolnix to set the desired track as default before uploading, or convert to MKV to MP3 / MKV to M4A first if you need a quick audio-only artifact while you sort out the track ordering.