Initializing... drag & drop files here
Supports: M2V
M2V is an MPEG-2 elementary video stream — pure video data with no container, no audio track, and no metadata. M2V files are the raw video output of DVD authoring (separated from AC-3 audio for disc multiplexing), broadcast TV capture, and professional MPEG-2 transcoding workflows. They play in VLC, MPEG Streamclip, and a handful of pro tools, but iOS, Apple TV, TV.app, and the legacy iTunes app on Windows simply don't recognize the bare elementary stream. M4V is Apple's MPEG-4 variant — same MP4 container under the hood, but the.m4v extension signals to iTunes / Apple TV / TV.app that the file belongs in your media library and can carry Apple-specific metadata (chapter markers, closed captions, multi-track Dolby audio, FairPlay DRM flags). Below are the most common reasons people convert M2V → M4V:
| Property | M2V | M4V (Apple MPEG-4) |
|---|---|---|
| Standardized | ISO/IEC 13818-2 (MPEG-2 video, 1996) | ISO/IEC 14496-14 (MP4 family), 2003 |
| Created by | Moving Picture Experts Group | Apple |
| Container | None — bare elementary stream | MPEG-4 Part 14 (same wrapper as MP4) |
| Audio support | No — video only | Yes (AAC, AC-3 / Dolby, EAC-3) |
| Common video codec | MPEG-2 only | H.264, HEVC (H.265) |
| DRM | None | Optional FairPlay (iTunes Store purchases) |
| Apple-specific metadata | None | Chapters, closed captions, Dolby flags, artwork |
| Compression efficiency | Baseline (1990s design) | 2-3× more efficient (H.264) / 4-5× (H.265) |
| Native iOS / Apple TV playback | No — rejected as unsupported | Universal across the Apple ecosystem |
| Typical use | DVD authoring intermediate, broadcast masters | iTunes / Apple TV / TV.app library playback |
| Codec | File size vs MPEG-2 source | Compatibility | Best for |
|---|---|---|---|
| H.264 (default) | ~30-40% of source | Every Apple device since 2010, every Apple TV generation | Default — universal Apple compatibility |
| H.265 / HEVC | ~20% of source | iPhone 7+, Apple TV 4K, Macs since 2017, tvOS 11+ | Smaller files, 4K library content, modern devices |
| MPEG-4 / DivX / Xvid | ~50% of source | Apple TV 1st-3rd gen, older standalone media players | Legacy hardware that pre-dates H.264 |
M2V is an elementary video stream by definition — it carries video data only, with no audio track. The M4V output will be silent unless your source M2V somehow contained audio (extremely rare). If your M2V came from a DVD rip, look for a paired.ac3 or.mp2 file in the same folder. To get sound in your M4V you'll need to mux that audio track in separately (tools like ffmpeg or MKVToolNix can combine.m2v +.ac3 →.m4v). XConvert's converter focuses on the video stream — pick AAC or AC-3 as the output audio codec to keep the M4V container valid even when the source is silent.
Pick H.264 if you want the file to play on every Apple device ever made, including original Apple TV (1st-3rd gen), older iPads, and AirPlay receivers. Pick H.265 / HEVC if your devices are from 2017 or later (iPhone 7+, Apple TV 4K, Macs since 2017, tvOS 11+) — files are roughly 40% smaller at the same visual quality, which matters for 4K library content and iCloud storage sync. For a typical DVD-rip workflow, H.264 at CRF 20-22 is the safest middle ground.
Yes — H.264 or HEVC inside an M4V container is exactly what TV.app, the legacy iTunes app on Windows, and the Music app on Mac (for music videos) expect. Drop the converted file into the appropriate library folder or drag it onto the app and it should appear under Home Videos or Movies depending on your library settings. M2V elementary streams get ignored by these scanners entirely, which is why the conversion to M4V is necessary in the first place.
DVD M2V is encoded at 720×480 (NTSC) or 720×576 (PAL) at 4-9 Mbps. Re-encoding to H.264 at CRF 20-22 preserves all visible detail — DVDs simply don't have more resolution to lose. If you upscale to 1080p during conversion, you're stretching pixels rather than gaining detail; expect visible softness on large screens. For 4K Apple TVs, leaving the source at 480p/576p with the TV's built-in scaler often looks better than software upscaling.
Yes. Use the Video Trim section to enter a start time and duration. Both accept seconds (12.5) or HH:MM:SS.sss format (00:01:30.500). This is handy for chopping out DVD menu loops, FBI warnings, or commercial blocks captured in broadcast archives before encoding the final M4V — useful when splitting a multi-episode disc into separate library entries (run the conversion multiple times with different trim ranges).
XConvert handles large M2V files including multi-GB DVD rips and full broadcast captures. Conversion runs on our servers, so the practical limit is upload size and connection speed and patience for the upload. There is no fixed 100 MB cap (unlike convertfree.com's free-tier limit) and no quantity limit on batch jobs — drop in an entire ripped season of a DVD set if needed.
No. Commercial DVDs use CSS encryption that prevents direct conversion by any online tool — you'll need to first decrypt the DVD with HandBrake's libdvdcss or MakeMKV, then feed the resulting.m2v /.vob /.mkv into this converter. Personal DVD recordings (camcorder transfers, family events, broadcast captures) convert without any DRM issues.
Apple's QuickTime, TV.app, and iTunes expect a wrapped container (M4V, MP4, MOV) and refuse to open bare elementary streams. VLC and MPEG Streamclip will play.m2v directly because they handle raw streams, but the Apple ecosystem won't. Wrapping into M4V fixes this in one step — see also M2V to MP4 for the universal MP4 extension and MPEG to M4V when starting from a.mpg DVD rip instead of a demuxed elementary stream.
Yes — see M4V to M2V for the reverse direction (useful for DVD authoring software that expects elementary streams as input).