Initializing... drag & drop files here
Supports: M2V
An .m2v is a raw MPEG-2 video elementary stream — the container-less, silent video you get when a DVD or broadcast capture is demuxed — and browsers will not play it. This converter re-encodes that stream to VP9 inside a WebM container, which plays natively in Chrome, Firefox, Edge and current Safari, so the footage can go straight into a web page or an app. One thing to expect up front: an .m2v holds no audio track, so the WebM comes out silent.
.m2v onto the page or click to browse for it. Several clips can be queued and processed with the same settings.HH:MM:SS.sss. Files upload over an encrypted connection, are processed on our servers, and are deleted automatically after a few hours. No sign-up, no watermark.| Property | M2V | WebM |
|---|---|---|
| What it is | MPEG-2 video elementary stream | Open, Matroska-based media container |
| Standard | ITU-T H.262 / ISO/IEC 13818-2, approved July 1995 | WebM, introduced by Google in 2010 |
| Container | None — raw frames, no index, no duration metadata | Yes, with seeking and metadata |
| Video codecs | MPEG-2 Part 2 only | VP9 by default here; VP8 and AV1 also offered |
| Audio | None — cannot carry any | Opus or Vorbis, when the source has audio |
| Plays in a browser | No | Yes — 96% of global browser usage |
| Licensing | Legacy patent-encumbered technology | Royalty-free |
| Typical origin | DVD authoring, broadcast masters | Web video, in-page embedding |
| Codec | Pick it when | Browser support | Trade-off |
|---|---|---|---|
| VP9 (default) | You want the best balance for web delivery | Chrome, Firefox, Edge, Safari 16+ on desktop and 17.4+ on iOS | Good compression, sensible encode time |
| VP8 | An old WebM-capable player or embedded device rejects VP9 | The original 2010 WebM codec; the widest legacy reach | Noticeably larger files at the same quality |
| AV1 | You want the smallest file and control the audience | Chrome 70+, Firefox 67+, Edge 121+; Safari 17+ is partial and depends on hardware | Slowest to encode by a wide margin |
DVD-era MPEG-2 is inefficient by modern standards, so most of the size reduction comes free just from moving to VP9. If you need to go further, work through these in order:
Because the .m2v never contained audio. An MPEG-2 video elementary stream is picture only by specification — in DVD and broadcast authoring the soundtrack is mastered as a separate .ac3, .mp2 or .wav file and is muxed in only at the end. So there is no track to carry into the WebM: re-encoding a purpose-built 720 × 480 MPEG-2 test stream on our side returns a file holding one VP9 video track and nothing else. If you still have the muxed original the video was demuxed from, converting that instead keeps the audio: try MPG to WebM or VOB to WebM.
Some, unavoidably. The MPEG-2 picture is decoded and re-compressed with VP9, and a lossy-to-lossy step can never add back detail the first encode discarded. In practice it is hard to notice, because VP9 is far more efficient than MPEG-2 — at a high Quality Preset the WebM usually looks like the source at a fraction of the size. The real ceiling is the source itself: DVD footage holds 720 × 480 or 720 × 576 pixels of genuine detail, and no codec invents more.
No. Enlarging standard-definition footage interpolates between existing pixels and produces a bigger, softer file rather than a sharper one, and there is no detail-reconstruction step in this pipeline. Leave Video resolution on Keep original and let the page's CSS scale the video to fit its layout. If anything, shrinking the frame is the useful direction, because it cuts both the file size and the decode cost on phones.
Because most DVD-era MPEG-2 is interlaced, and nothing in this pipeline deinterlaces. The interlaced field structure passes through the re-encode intact, and a browser displaying it progressively shows combing on movement. There is no setting here that removes it — if progressive output matters, deinterlace the source in a desktop editor or with an ffmpeg filter first, then convert the result.
Your source is anamorphic. DVD stores a 16:9 image in a 720 × 480 or 720 × 576 frame using non-square pixels plus a flag telling the player to stretch it on display. When the frame is rescaled, that flag does not survive, so the browser shows the raw pixel shape and the image looks horizontally compressed. The dependable fix is to set the output size yourself with Width x Height at the true display shape — 854 × 480 for 16:9 NTSC, 1024 × 576 for 16:9 PAL.
Yes, but not on this page, which takes a single input file. Combine the converted video with your separate audio in a desktop tool such as ffmpeg or MKVToolNix, encoding the audio as Opus or Vorbis, which are the codecs WebM supports. If you only want to preview the two together rather than produce a combined file, VLC can play an external track in sync via Media → Open Multiple Files…, Show more options, Play another media synchronously, as described in the VideoLAN documentation.
WebM if your priority is a royalty-free open format and modern browsers; MP4 if the file also has to work in older software, on TVs, or in editing tools. WebM plays across roughly 96% of global browser usage, with Safari joining at version 16 on desktop and 17.4 on iOS, so a very old iPhone or a legacy set-top box is where you would notice the gap. Many sites publish both and let the browser choose. M2V to MP4 produces the H.264 counterpart from the same source.
It is uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours. Nothing is shared, published or made searchable, no account is needed, and no watermark is added to the output. Long DVD captures are large, so the time you spend is mostly upload time — trimming to the segment you actually need, either with the Trim option here or with Video Cutter, is the quickest way to shorten it.