Initializing... drag & drop files here
Supports: M2V
An .m2v file is a raw MPEG-2 video elementary stream — the bare H.262 picture data a DVD-authoring tool exports, with no container, no timing index, and no audio track, which is why most players and editors refuse to open it directly. MKV (Matroska) is an open, royalty-free container announced in December 2002 that can hold an essentially unlimited number of video, audio, and subtitle tracks in one file. This tutorial walks through wrapping that orphaned stream into a playable MKV — and is honest about the two catches: this tool re-encodes the video to H.264 rather than copying the MPEG-2 stream untouched, and the MKV comes out silent because the source never had any sound.
.m2v onto the page or click "+ Add Files" to browse from your computer. You can queue several raw streams and process them with the same settings.You will see other tools claim an M2V can be remuxed into MKV losslessly — copying the MPEG-2 stream byte-for-byte into the container without a quality hit. That is technically possible because MKV happily carries MPEG-2 video. This particular converter, however, defaults to H.264 video with an AAC audio track, so it decodes the MPEG-2 (H.262) frames and re-encodes them to H.264 rather than copying them. That decode-and-re-encode is one lossy generation, and it is one-way:
A few patterns cover most needs:
There is no audio step here because a raw .m2v carries none. In a DVD-authoring project the sound was mastered as a separate .ac3 (Dolby Digital) or .wav/LPCM file sitting next to the .m2v, and the two were muxed together only at the disc-build stage. This tool wraps the video alone, so the MKV will be silent — convert the matching audio file separately, then lay both into your editor's timeline.
The conversion is really about giving an orphaned stream a home. These are the properties that change when it gets one:
| Property | M2V | MKV |
|---|---|---|
| What it is | A bare MPEG-2 video elementary stream | An open multimedia container |
| Standard | Video coding defined by ITU-T H.262 / ISO/IEC 13818-2 (1995) | Open Matroska specification, announced December 2002, free to implement |
| Video | MPEG-2 (H.262) only | Codec-agnostic: H.264, HEVC, MPEG-2, VP9, AV1 and more |
| Audio | None — video only, by design | Any number of tracks (AAC, AC3, FLAC, Opus, and others) |
| Subtitles and chapters | Not supported | Multiple subtitle tracks, chapters, and attachments |
| Seeking index | None; players have to scan the stream | Cue points in the container make seeking accurate |
| Typical source | A DVD-authoring or SVCD project export | A media-library or archival file |
| Opens in | Few players; many refuse a loose elementary stream | VLC, MPC-HC, PotPlayer, mpv, Plex, Jellyfin |
.m2v is video-only by design, so there is nothing to put on an audio track. Find the .ac3 or .wav from the same authoring project and add it in your editor..m2v elementary stream and not a renamed .vob or .mpg; a mislabeled file can decode incorrectly.MKV is the right target when you want an open, high-capacity container that handles high resolutions cleanly and can hold multiple audio and subtitle tracks later — ideal for a personal media library or archival of an orphaned DVD-project clip. It is a poor choice when the file has to play on a phone, a smart TV's built-in player, or inside another app, since MKV support there is hit-or-miss. For broad device playback, M2V to MP4 is the safer wrap — MP4 plays natively almost everywhere. And if you specifically need the video to stay MPEG-2 in a standard container without the re-encode, M2V to MPG keeps the original codec instead.
To make the choice concrete:
| Target | Video in the output | Re-encoded? | Plays in | Pick it when |
|---|---|---|---|---|
| MKV (this page) | H.264 by default | Yes — MPEG-2 is decoded and re-encoded | VLC, mpv, MPC-HC, Plex, Jellyfin; patchy on TVs and phones | You want an open container with room for audio, subtitle, and chapter tracks later |
| MP4 | H.264 | Yes | Practically every phone, browser, TV, and editor | The clip has to play somewhere you do not control |
| MPG | Stays MPEG-2 | No codec change | VLC, DVD-era software, editors that ingest MPEG-2 | You need the original MPEG-2 video kept as-is inside a standard container |
In this tool it is a re-encode. Although MKV can technically carry the original MPEG-2 stream byte-for-byte, this converter defaults to H.264 video with an AAC audio track, so it decodes the MPEG-2 (H.262) frames and re-encodes them to H.264 — one lossy generation. Keep the "Preset" high to minimize the loss. If your priority is keeping the video as MPEG-2 in a standard container with no re-encode, M2V to MPG preserves the codec instead.
Because a raw .m2v file is a video-only elementary stream — it carries no audio for the converter to copy or transcode. In DVD authoring the sound is mastered separately as an .ac3 (Dolby Digital) or LPCM .wav file and muxed in only when the disc is built. There is no audio inside the .m2v itself, so the MKV comes out silent. Convert the matching audio file on its own, then combine the video and audio in a video editor.
It is an MPEG-2 video elementary stream — bare H.262 frames with no container wrapper, no audio, and no timing index. The codec was standardized as ITU-T H.262 / ISO/IEC 13818-2 in 1995, the same video standard used on DVD-Video. Because most players expect a container (MKV, MP4, AVI) rather than a loose elementary stream, they often refuse to open a .m2v directly. Wrapping it into MKV gives players and editors the container they need.
H.264 video with an AAC audio track. MKV is codec-agnostic and can hold H.264, HEVC, VP9, AV1, and many others, but this converter defaults to H.264 as the broadly compatible choice. Under "Show All Options" you can switch the "Video Codec" to other formats MKV accepts — including HEVC or keeping MPEG-2 — though the default re-encode produces an H.264 stream. The AAC audio track stays empty because the source .m2v has no sound.
Usually yes. DVD MPEG-2 is mastered at 720×480 (NTSC) or 720×576 (PAL), and rescaling forces the encoder to resample every frame, which can soften the picture. Leave "Video resolution" on the native size unless a downstream tool needs a specific output, in which case use the "Width x Height" field. HD .m2v streams (1920×1080) follow the same rule — keep them at source resolution.
Usually meaningfully smaller, because you are moving from a 1990s codec to a far more efficient one. DVD-Video caps MPEG-2 video at 9.8 Mbit/s and the whole stream at 10.08 Mbit/s, and real discs commonly sit in the 4-6 Mbit/s range for feature-length material — bitrates chosen for a codec that has no modern tools like flexible block sizes or in-loop deblocking. Re-encoding that picture to H.264 at visually matched quality typically needs a good deal less bitrate, so the MKV often lands well below the source size. The exact figure depends on the footage: grainy, fast-moving, or interlaced material eats bitrate and shrinks less, while clean studio footage compresses hard. If you need a specific number rather than a ratio, switch the compression method to "Specific file size" and enter it in MB.
Almost certainly yes, if the source came from a DVD project. Standard-definition MPEG-2 for DVD is normally encoded as interlaced fields — two half-height fields captured a fraction of a second apart and woven into one frame — which is exactly what produces the horizontal comb teeth you see on motion when the file is played on a progressive computer display. Wrapping the stream into MKV and re-encoding it to H.264 does not deinterlace it on its own; the interlaced frames are carried through as they are. The fix is to deinterlace explicitly: VLC has a Deinterlace toggle under its Video menu, and every video editor offers a deinterlace filter you can apply before your final export. Do that once, at the point where you actually edit or watch, rather than stacking multiple re-encodes.
In our testing, wrapping a short standard-definition .m2v into MKV at the "Very High" preset produced a clean H.264 file with no audio track, exactly as expected from a silent source. Your file is uploaded over an encrypted connection, decoded and re-encoded into MKV on our servers, and deleted automatically a few hours after conversion — no sign-up, no watermark, never shared or made public.