Initializing... drag & drop files here
Supports: MP4, M4V
M4V is Apple's MP4-style container, built for the iTunes era and tied to the Apple ecosystem; MKV (Matroska) is an open container that VLC, MPV, Plex, and Jellyfin all read happily. If you are pulling DRM-free iTunes-era files into an open archival library, or you want to attach external subtitles and chapters, MKV is the better home. One honest caveat first: a DRM-protected iTunes purchase cannot be converted at all (see the FAQ), and if all you need is broader playback, a DRM-free .m4v can often just be renamed .mp4.
| Property | M4V | MKV |
|---|---|---|
| Full name | Apple MPEG-4 Video | Matroska Multimedia Container |
| Lineage | Derived from the ISO Base Media File Format (itself from Apple's QuickTime format) | Independent open container, maintained at matroska.org |
| Standard | Apple variant of MP4 (ISO/IEC 14496-14) | Open specification, free to implement |
| Typical video codec | H.264 (AVC) | Holds H.264, H.265, MPEG-4, VP9, AV1, and more |
| Typical audio codec | AAC | Holds AAC, AC3, FLAC, Opus, and more |
| Subtitle / chapter tracks | Limited | Multiple subtitle, audio, and chapter tracks in one file |
| DRM | Can carry Apple FairPlay protection | None — open container, never DRM-locked |
| Plays in QuickTime natively | Yes | No (use VLC, MPV, or a media server) |
| Best for | Apple devices, iTunes-era libraries | Open archival, Plex/Jellyfin, multi-track files |
.m4v to .mp4 is enough, since both use H.264 and AAC and are technically the same MP4 format. The M4V to MP4 converter does this cleanly if you would rather not rename by hand.Because MKV is codec-agnostic, the Video Codec dropdown is a real decision rather than a formality. The source M4V holds H.264, so anything other than H.264 means a bigger change to the picture data:
| Codec | File size at similar quality | Where it plays | Encode time | Pick it when |
|---|---|---|---|---|
| H.264 (default) | The baseline | Effectively everything made this century | Fast | You want a straightforward, dependable library file that any device or media server will handle |
| H.265 / HEVC | Meaningfully smaller | Most hardware from roughly 2015 onward, including Apple devices and 4K TVs | Slower than H.264 | Storage matters and your playback devices are reasonably modern |
| AV1 | Smaller again, and royalty-free | Current Chrome, Firefox, and Edge; VLC; hardware from around 2020-2022 onward | Much slower | You are building a long-term archive and can wait for the encode |
The audio side is the same shape of choice: AAC is the compact default that matches the source, AC3 keeps a surround mix intact for a home-theatre setup, and FLAC stores the audio losslessly at a much larger size. If you are unsure, leaving both codecs at their defaults produces the file most media servers are happiest with.
No. Movies, TV episodes, and rentals from the iTunes Store are often wrapped in Apple's FairPlay copy protection, which limits playback to devices authorized with the purchasing Apple account. A FairPlay-protected M4V cannot be decoded by any converter, so the job will fail. Only DRM-free M4V files — your own screen recordings, exports, camera footage, or downloads that were never encrypted — can be converted to MKV.
The video is re-encoded, not copied stream-for-stream. The output container defaults to H.264 video and AAC audio, and the file is decoded and re-encoded into the MKV container rather than remuxed bit-for-bit. Because H.264 and AAC are lossy codecs, a single pass at the default Very High quality keeps the result visually and audibly close to the source for normal viewing. If you only want the broader compatibility of an open file and not a true re-encode, renaming a DRM-free .m4v to .mp4 avoids any quality change at all.
Not in QuickTime — Apple's built-in player does not support the MKV container, and neither do the TV app or the default iOS players. That is expected, not a fault of the file: MKV is an open container Apple never adopted. On a Mac, open the MKV in VLC or MPV, both free, and it plays fine. If you specifically need an Apple-native file, convert to MP4 instead, which QuickTime opens directly.
MKV is the right container for that because Matroska can hold several audio, subtitle, and chapter tracks in a single file. What actually ends up in your output depends on what the source M4V contains — most iTunes-era M4V files carry one H.264 video and one AAC audio track, so a straight conversion produces a single-track MKV. The advantage of MKV is that the container is ready to carry more tracks if you later mux them in, where M4V is not built for that flexibility.
MKV is an open, vendor-neutral container that VLC, MPV, Plex, Jellyfin, and most media servers read without plugins, which makes it a stronger choice for a long-term or shared library than Apple's M4V. If your only goal is to play a DRM-free file on more devices, you may not need a conversion at all — renaming .m4v to .mp4 works because both are the same underlying MP4 format with H.264 and AAC. Pick MKV when you want the open container, multi-track headroom, and media-server friendliness; pick the rename or MP4 when you just want it to play.
Matroska is one of the best containers there is for chapters — it stores them as structured entries with names, nested levels, and even per-language titles, which is why media servers display chapter menus for MKV files so reliably. What arrives in your output, though, depends on the conversion rather than on the container's capability: this page produces a fresh encode of the video and audio streams, so treat chapter markers from the source M4V as not carried across. That is easy to correct after the fact, because chapters are metadata rather than part of the picture. MKVToolNix is the free tool most people use for this, with builds for Windows, macOS, and Linux. Its mkvpropedit utility is documented as modifying the properties of an existing Matroska file "without a complete remux," and its --chapters option adds or replaces the chapter list outright — so you can fix chapters in seconds after the conversion, with no second pass over the video.
Technically, very little — both are the same ISO base media file format, and a DRM-free M4V is an MP4 wearing a different extension. The differences are conventions Apple layered on top. Apple uses .m4v to mark video content in iTunes and the Apple TV app so those apps treat it as a movie or TV episode rather than as a generic file; the extension is also where FairPlay-protected purchases live, which is the one case where the difference genuinely matters, since no converter can decode them. Apple's variant has additionally been used for iTunes movies carrying Dolby Digital surround audio, which is occasionally why a strict player accepts a renamed file's video but not its sound. For an ordinary DRM-free export, renaming .m4v to .mp4 changes nothing about the bytes and is the fastest fix for a player that judges files by extension; M4V to MP4 does the same thing without you touching the filename.
In our testing, a short DRM-free 1080p M4V re-encoded to MKV at the default Very High quality produced a file within a few percent of the original size, with the picture indistinguishable at normal viewing distance. Your M4V is uploaded over an encrypted connection, processed on our servers, and the files are deleted automatically a few hours after the conversion. There is no sign-up, no watermark, and your files are never shared or made public. The practical limit on a large video is upload size and time, not your device.