Quick Verdict
Use M4V when…
Use M4V when working in Apple's ecosystem — iTunes, Apple TV app, iPhone, iPad. It's the native format for iTunes purchases and Apple digital content, and plays natively on all Apple devices.
Use MKV when…
Use MKV for home media servers (Plex, Kodi, Jellyfin), video archiving, or any workflow outside Apple's ecosystem. MKV's support for multiple audio tracks, subtitles, and any codec makes it the most versatile video container.
M4V vs MKV: Feature Comparison
| Feature | M4V | MKV |
|---|---|---|
| Container origin | Apple (iTunes) | Open standard (Matroska) |
| DRM support | FairPlay DRM (iTunes purchases) | No DRM support |
| Codecs supported | H.264, H.265 (limited) | Any codec (H.264, H.265, AV1, VP9) |
| Multiple audio tracks | Limited (iTunes extras) | Yes, unlimited |
| Subtitle embedding | iTunes subtitles only | SRT, ASS, PGS, any format |
| Chapter support | Yes (iTunes chapters) | Yes, full chapter metadata |
| Apple device playback | Native | Via VLC or Infuse |
| Smart TV / Plex support | Limited | Excellent |
When M4V wins
- ✓Container origin: Apple (iTunes)
- ✓DRM support: FairPlay DRM (iTunes purchases)
- ✓Codecs supported: H.264, H.265 (limited)
When MKV wins
- ✓Container origin: Open standard (Matroska)
- ✓DRM support: No DRM support
- ✓Codecs supported: Any codec (H.264, H.265, AV1, VP9)
Frequently asked questions
Can MKV play on iPhone?
Not natively — the built-in Videos app doesn't support MKV. Third-party apps like VLC, Infuse, or nPlayer play MKV on iPhone and iPad. For native iPhone playback, convert MKV to MP4 or M4V first using HandBrake or FFmpeg.
Is M4V the same as MP4?
Almost identical. M4V is an MPEG-4 container with optional Apple FairPlay DRM. M4V files without DRM can be renamed to .mp4 and play in any MP4-compatible player. M4V with DRM is restricted to Apple-authorised devices.
Can I convert M4V to MKV?
If the M4V is DRM-free: `ffmpeg -i input.m4v -c copy output.mkv` (lossless remux). If the M4V has iTunes DRM, it cannot be converted without removing the DRM, which requires Apple-authorised software.
More comparisons
View all format comparisons →