Initializing... drag & drop files here
Supports: M2V
If you have a .m2v file — a bare MPEG-2 video elementary stream from a DVD rip, broadcast capture, or authoring workflow — converting it to HEVC (H.265) can shrink it substantially, because HEVC is far more efficient than 1990s MPEG-2. The honest catch: re-encoding can't add back detail MPEG-2 already discarded, and because M2V carries video only, the HEVC output is silent too. Convert to HEVC when you've confirmed your target device plays H.265 and you mainly want a smaller file; if you need a file with the audio re-attached that stock apps open, see M2V to MP4 instead.
| Property | M2V (MPEG-2 video) | HEVC (H.265) |
|---|---|---|
| Standard | ISO/IEC 13818-2 / ITU-T H.262 | ITU-T H.265 / ISO/IEC 23008-2 (MPEG-H Part 2) |
| Released | 1996 (MPEG-2 Part 2) | 2013 |
| What the file is | Raw video elementary stream — no container | Matroska (MKV) container carrying H.265, under a .hevc extension |
| Audio | None — video only, always silent | Silent here because M2V has no track to carry; the container muxes AAC when a source has one |
| Compression efficiency | Low (older generation) | Up to ~70% smaller than MPEG-2 at same quality |
| Encode speed | Fast | Slow — roughly 2-5× longer than H.264 |
| Native playback | VLC, MPEG Streamclip, pro tools | VLC, mpv, IINA (ordinary Matroska); Apple/Android 2017+ hardware; not QuickTime/Windows Photos, which don't read MKV |
| Licensing | MPEG-2 patents (largely expired) | Multiple active pools — MPEG LA, HEVC Advance, Velos Media |
| Best for | DVD authoring intermediates, MPEG-2 masters | Shrinking old video for a confirmed-HEVC device |
.hevc output is a Matroska container you can remux directly or simply rename to .mkv.Usually yes, and often by a large margin. MPEG-2 is an old, inefficient codec; HEVC achieves up to roughly 70% smaller files at the same visual quality. An old DVD-era M2V video track typically shrinks substantially when re-encoded to H.265. The size you get depends on the quality preset or bitrate you choose — push the Quality Preset down or set a Specific file size to shrink it further.
No. Re-encoding can only preserve or reduce quality, never add it back. MPEG-2 already discarded detail when the M2V was first encoded, and HEVC can't recover what isn't there — this is a lossy-to-lossy conversion. At a high quality preset the result looks essentially identical to the source; at aggressive compression it can soften. Upscaling SD DVD footage (720×480 / 720×576) to 1080p stretches pixels rather than adding real detail.
| Common M2V source | Resolution | Scan |
|---|---|---|
| NTSC DVD-Video | 720×480 | Interlaced |
| PAL DVD-Video | 720×576 | Interlaced |
| HD broadcast capture (720p) | 1280×720 | Progressive |
| HD broadcast capture (1080i) | 1920×1080 | Interlaced |
No. M2V is a video-only elementary stream by definition — it has no audio of its own, so there's no soundtrack to carry into the HEVC output. The silence comes from the source, not the packaging: the Matroska container this tool writes carries audio fine whenever a source supplies it. If your M2V came from a DVD rip, the audio is in a separate file (usually .ac3 or .mp2) in the same folder; to get a file with that sound rejoined, mux the audio back in — see M2V to MP4.
HEVC uses much more complex algorithms — larger coding tree units (up to 64×64 pixels), better motion prediction, and more efficient entropy coding — which is exactly why it produces smaller files. The trade-off is encode time: HEVC typically takes roughly 2-5× longer to encode than H.264, and far longer than the simpler MPEG-2 codec. For multi-hour DVD rips, expect the conversion to take a while.
Despite the extension, the output is a Matroska (MKV) container, and QuickTime, Windows Photos, Apple TV, and most smart-TV apps don't read Matroska — they expect the HEVC stream wrapped inside MP4 or MOV. VLC, mpv, and IINA play the .hevc file directly with working seek, and renaming it to .mkv helps software that judges files by extension. If you want a file that plays everywhere, use M2V to MP4 and pick H.265 as the codec — that puts the same HEVC stream inside an MP4 container (and lets you mux audio back in).
It depends on the device. HEVC gives the smallest files, but playback is patchy — older devices, browsers without the HEVC extension, and pre-2016 TVs won't decode it, and the codec carries patent-licensing baggage. If you only need a normal, shareable file, an MP4 with H.264 is far more universal; with H.265 inside MP4 you still get the size savings inside the container stock apps recognise. In our testing, a short standard-definition M2V re-encoded to H.265 at the default "Very High" preset came out several times smaller than the MPEG-2 source with no visible quality change on an SD display. Choose the .hevc output when an MKV-family file suits your players or toolchain — it is a Matroska container despite the extension, and renaming it to .mkv aids recognition.
Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically a few hours after conversion. Nothing is shared, made public, or kept long-term, and there's no sign-up or watermark.
Yes — see HEVC to M2V for the reverse direction, which produces an MPEG-2 video elementary stream again (useful for DVD-authoring tools that expect raw MPEG-2). Note that round-tripping a lossy codec twice compounds quality loss, so keep your original M2V if you can.