M2V to MKV Converter

Convert M2V files to MKV format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: M2V

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
File Compression
Preset
Video resolution
Trim

Convert M2V to MKV: What This Tutorial Covers

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.

How to Convert M2V to MKV

  1. Upload Your M2V File: Drag and drop your .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.
  2. Pick a Preset: Open Advanced Options. Under "File Compression" leave the "Preset" on "Very High (Recommended)" for a near-source result, or switch to "Specific file size" to target an exact size in MB.
  3. Set Resolution and Trim (Optional): Use the "Video resolution" presets or "Width x Height" to rescale; under "Show All Options" the "Video Codec" defaults to H.264 (the codec MKV files most commonly carry). Use the "Trim" section's "Time Range" to cut to just the segment you need.
  4. Convert and Download: Click "Convert" and download your MKV. No sign-up, no watermark.

Walk-through: Why This Re-encodes Instead of Remuxing

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:

  • Quality can hold but not improve. Re-encoding MPEG-2 to H.264 adds a second compression pass on top of whatever the DVD encoder already applied. No setting recovers lost detail — keep the "Preset" high so the loss stays invisible.
  • Aim for a clean source. Because the output is a fresh encode, a low-bitrate or interlaced DVD stream shows its artifacts more once re-compressed. Leave the resolution at the source's native 720×480 (NTSC) or 720×576 (PAL) unless you have a reason to rescale.

A few patterns cover most needs:

  • If you want near-source quality for editing or archival, leave "Preset" on "Very High" and keep the native resolution.
  • If you need a smaller file for storage or upload, switch to "Specific file size" or lower the preset.
  • If the stream is from an HD project (1920×1080), the same H.264 re-encode applies; just keep the resolution preset matched to the source.

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 vs MKV at a Glance

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

Common Errors and How to Fix Them

  • "The MKV has no sound" — Expected. The source .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.
  • "The picture looks softer than the DVD" — That is the cost of the H.264 re-encode. Raise the "Preset" toward "Very High" and keep the native resolution so the encoder has the most detail to work with.
  • "My player won't open the MKV" — MKV needs a reasonably modern player; VLC, MPC-HC, and PotPlayer all handle it, while some older or built-in players do not. If a device chokes on MKV specifically, an M2V to MP4 wrap plays in more places.
  • "The video looks combed or shows horizontal lines" — The DVD stream is likely interlaced. Re-encoding does not deinterlace on its own, so apply your editor's or player's deinterlace filter.
  • "My player still won't open it" — Confirm the upload was a real .m2v elementary stream and not a renamed .vob or .mpg; a mislabeled file can decode incorrectly.

When This Doesn't Work — and What to Use Instead

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

Frequently Asked Questions

Is converting M2V to MKV a lossless remux or a re-encode?

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.

Why doesn't the converted MKV have any audio?

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.

What is an M2V file, and why won't it open normally?

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.

Which video and audio codecs does the MKV output use?

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.

Should I keep the DVD resolution when converting M2V to MKV?

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.

How much smaller will the MKV be than the original .m2v?

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.

Will the MKV still be interlaced, and how do I get rid of the combing?

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.

How are my files handled, and how long are they kept?

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.

Rate M2V to MKV Converter Tool

Rating: 4.8 / 5 - 53 reviews