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 normal, playable file with audio re-attached, 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 | Raw H.265 elementary stream (Annex B .hevc) |
| Audio | None — video only, always silent | None in raw .hevc; xconvert muxes AAC if a track exists |
| 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; Apple/Android 2017+ hardware; not QuickTime/Windows Photos for bare .hevc |
| 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, Annex B) to feed a muxer or hardware-encoder pipeline.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.
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. 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 playable file with sound, convert to a real container and 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.
The output is a raw H.265 elementary stream (Annex B bitstream), not a container like MP4 or MKV. VLC, mpv, and IINA play bare .hevc directly, but QuickTime, Windows Photos, Apple TV, and most smart-TV apps expect the HEVC stream wrapped inside MP4 or MOV. 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, playable file, an MP4 with H.264 is far more universal; with H.265 inside MP4 you still get the size savings plus a real container. 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 bare .hevc only when a downstream tool specifically wants the raw elementary stream.
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.