Initializing... drag & drop files here
Supports: M2V
M2V is an MPEG-2 elementary video stream — pure video data with no container, no audio, and no metadata. M2V files are the raw video output of DVD authoring (separated from AC3 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 most everyday players, web browsers, mobile devices, and editors simply don't recognize the bare elementary stream. MP4 wraps the video into a universal container with proper indexing, audio support, and metadata that plays everywhere. Below are the most common reasons people convert M2V → MP4:
| Property | M2V | MP4 |
|---|---|---|
| Container | None (elementary stream) | ISO/IEC 14496-14 |
| Audio support | No — video only | Yes (AAC, AC3, MP3, Opus, etc.) |
| Codec inside | MPEG-2 only | H.264, H.265, AV1, VP9, MPEG-4, XviD |
| Native playback | VLC, MPEG Streamclip, pro tools | All phones, TVs, browsers, OSes |
| Typical use | DVD authoring intermediate, broadcast masters | Sharing, streaming, archive, editing |
| File size | Large (MPEG-2, ~6 GB / 2 hr DVD) | Smaller — depends on output codec |
| Metadata / chapters | None | Full (title, artist, chapters, subtitles) |
| Streaming-ready | No | Yes (with faststart flag) |
| Codec | File size (relative) | Compatibility | Best for |
|---|---|---|---|
| H.264 | 100% (baseline) | Every device made since 2010 | Default — universal MP4 playback |
| H.265 / HEVC | ~60% | Modern devices (2017+), Apple ecosystem, Plex | Smaller archives, 4K DVD upscales |
| AV1 | ~50% | 2022+ devices, Chrome/Edge/Firefox | Streaming, smallest files at high quality |
| VP9 | ~70% | Browsers, YouTube, Android | Web embedding, royalty-free |
| MPEG-4 / XviD | ~110% | Legacy DVD players, older set-tops | Backward compatibility with old hardware |
Only if the M2V source contains audio, which is rare — M2V is an elementary video stream by definition and almost always silent. 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 MP4 you'll need to mux that audio track in separately (tools like ffmpeg or MKVToolNix can combine .m2v + .ac3 → .mp4). XConvert's converter focuses on the video stream — pick AAC or AC3 as the output audio codec to keep the MP4 valid even when the source is silent.
H.264 if you need maximum compatibility — DVD rips meant for sharing with family on older Windows laptops, smart TVs from before 2018, or work machines should stick with H.264 + AAC. H.265 if you're archiving and want roughly 40% smaller files with the same visual quality. A 6 GB DVD rip becomes ~3.5 GB in H.265 with no perceptible quality drop. Plex, Apple TV, modern Android, iOS 11+, and 2018+ smart TVs all play H.265 natively.
If your goal is just to wrap the elementary M2V stream into an MP4 container without changing the video data, choose MPEG-2 as the output video codec and the conversion will remux rather than re-encode — much faster and lossless. The downside: MPEG-2 inside MP4 has limited player support compared to H.264. For most DVD-rip workflows, a one-pass H.264 re-encode at CRF 20 produces a smaller, more compatible result.
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; pick a good resampler but expect visible softness on large screens. For 4K TVs, leaving the source at 480p/576p with a high-quality scaler in the TV 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 MP4.
XConvert handles large M2V files including multi-GB DVD rips and full broadcast captures. Conversion happens in-browser, so the practical limit is your device's available memory and patience for the upload. There is no fixed cap (unlike Convertio's 100 MB free-tier limit) and no quantity limit on batch jobs.
Most consumer players expect a wrapped container (MP4, MKV, MOV) and refuse to open bare elementary streams. VLC and MPEG Streamclip will play .m2v directly because they handle raw streams, but Windows Media Player, QuickTime, Apple TV, Chromecast, and most browsers won't. Wrapping into MP4 fixes this in one step — see also MPEG to MP4 and MPG to MP4 for related MPEG-2 container conversions.
Yes — see MP4 to M2V for the reverse direction (useful for DVD authoring software that expects elementary streams).