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.
.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.
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.
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.