Initializing... drag & drop files here
Supports: M2V
An .m2v is a bare MPEG-2 video elementary stream (ISO/IEC 13818-2 / ITU-T H.262) — the silent, container-less video you get from demuxing a DVD or a broadcast capture, and it won't play in a web browser. This converter re-encodes it into WebM, the open, royalty-free container Chrome, Firefox, Edge, and Safari all play natively, so you can embed the clip on a page or in an app. The video stream is re-encoded MPEG-2 → VP9, and because the source has no audio track, the WebM comes out silent (more on that below).
.m2v onto the page, or click "+ Add Files" to choose it from your computer. You can queue several clips to process with the same settings.| Property | M2V | WebM |
|---|---|---|
| What it is | MPEG-2 video elementary stream | Open multimedia container (Matroska-based) |
| Standard | ISO/IEC 13818-2 / ITU-T H.262 | WebM spec (Google, introduced 2010) |
| Container | None — raw stream | Yes |
| Video codec | MPEG-2 only | VP9 (default here), VP8, AV1 |
| Audio | None — video only | Opus or Vorbis (if an audio track is added) |
| Native browser playback | No | Yes — Chrome, Firefox, Edge, Safari |
| Typical source | DVD authoring, broadcast masters | Web video, in-page embedding |
| License | Patent-encumbered (legacy) | Royalty-free, open |
Because the .m2v never had any. An M2V file is an MPEG-2 video elementary stream — picture only, with no audio inside it by design. In DVD authoring the soundtrack lives in a separate .ac3, .mpa, or .wav file that gets muxed in later. So the silent WebM isn't a bug or a muted track; there was simply nothing to carry over. If you have the matching audio file, combine it with the video using a muxing tool or video editor (ffmpeg or MKVToolNix can merge a video stream with a separate audio file) and encode the audio as Opus or Vorbis, which are WebM's supported audio codecs.
It's a re-encode, not a remux — MPEG-2 is decoded and the picture is re-compressed with VP9, so some generational loss is unavoidable. In practice it's hard to see: VP9 is far more efficient than MPEG-2, so at the "Very High" preset the WebM looks essentially identical to the source while being much smaller. The bigger limiter is the source itself — a DVD-era M2V is standard definition (720×480 or 720×576), and no codec adds detail that was never recorded.
VP9 (the default) is the right call for almost everyone — every current browser plays it and it compresses well. Pick VP8 only if you need to support very old WebM-capable players, since it's the original 2010 WebM codec and produces larger files. Choose AV1 if you want the smallest possible file and your audience is on recent browsers; AV1 encoding is slower but squeezes the most out of standard-definition footage.
DVD-Video is standard definition (720×480 for NTSC at 29.97 fps, 720×576 for PAL at 25 fps) and is frequently stored interlaced. When those interlaced fields become progressive WebM frames, fast motion can show comb-like horizontal lines. The converter re-encodes the frames as they are; a clean deinterlace needs a dedicated video editor before conversion. Picking a smaller resolution makes the combing less obvious but doesn't fully remove it.
Conversion runs on our servers, so the practical limit is how large a file you can upload and how long that takes — not your device. There's no fixed cap and no quantity limit on batch jobs, unlike Convertio's 1 GB free-tier ceiling. In our testing, a few-minute standard-definition DVD clip at the default VP9 "Very High" preset converted to a WebM well under the original M2V's size, since VP9 is far more efficient than MPEG-2.
WebM if the clip is headed for a web page or app where you control playback — it's open, royalty-free, and plays in every modern browser. MP4 (H.264) if you need maximum compatibility across older devices, smart TVs, and editors. Both end up silent from an M2V source unless you mux audio back in; if MP4 fits your use case better, use M2V to MP4 instead, which has the same silent-output behavior. To pull a single still frame rather than a moving clip, see M2V to JPG.