Initializing... drag & drop files here
Supports: MPEG2
Almost everyone who lands here has the same file: a DVD rip or a broadcast capture in MPEG-2, the format standardised as ITU-T H.262 back in July 1995, and a destination that will not play it. The short answer is that WebM is the right target whenever the destination is a browser or a web page, because MPEG-2 has no native browser support at all while WebM sits at roughly 96% globally, and because VP9 is a vastly more modern codec than MPEG-2 Part 2. Stay on MPEG-2 only when the consumer is DVD-era hardware or a broadcast chain that specifically wants it. This page lays out the trade in full, then converts.
| Property | MPEG-2 (.mpeg2) |
WebM (output here) |
|---|---|---|
| Standard / origin | ITU-T H.262, first edition July 1995, joint with ISO/IEC | WebM project; Matroska-derived container, open and royalty-free |
| Container | MPEG-2 program stream | WebM |
| Video codec | MPEG-2 Part 2 | VP9 by default; VP8 and AV1 also offered |
| Audio codec | AC-3 or MP2, 48 kHz | Opus by default; Vorbis also offered |
| Licensing | Patent-encumbered by design; core patents now long expired | Royalty-free by design |
| Native browser playback | None | About 96% of browsers — Chrome 25+, Firefox 28+, Edge 79+, Safari 16+ |
| Typical source resolution | 720×480 (480i) or 720×576 (576i) | Whatever you set; Keep original by default |
| Typical scan | Interlaced | Whatever the source was — this converter does not deinterlace |
| Compression efficiency | Pre-H.264 generation | VP9 is budgeted at roughly 0.05 bits per pixel in our own encoder sizing model, against 0.12 for VP8 |
| Best for | DVD players, broadcast equipment, capture archives | <video> tags, web apps, anything open-format |
<video> element. MPEG-2 will not; WebM will, across roughly 96% of browsers..mpeg2 file onto the page or click "+ Add Files" to browse. Batch conversion is supported and every queued file uses the same settings..webm. Files upload over an encrypted connection, are processed on our servers, and are deleted automatically after a few hours — no sign-up, no watermark.| Codec | Rate control available here | Choose it when |
|---|---|---|
| VP9 (default) | Quality Preset, Constant Quality and Constraint Quality on a 16–63 scale, plus all bitrate and file-size modes | Almost always — the best balance of efficiency and browser decode support |
| VP8 | Quality Preset, Constraint Quality and the bitrate modes all work. Constant Quality displays a 16–63 slider, but VP8 has no CRF mode, so the number never reaches the encoder — avoid that one mode | You need compatibility with something very old that predates VP9 |
| AV1 | Same 0–63 quality scale as VP9, plus all bitrate modes | You want the smallest file and can accept much slower encoding and narrower device support |
For audio, Opus is the default and the better codec; Vorbis is there for tooling that predates Opus. WebM carries only these two, which is a container restriction rather than a limitation of this page.
Some, unavoidably. This is a re-encode rather than a re-wrap: MPEG-2 is a lossy codec, VP9 is a different lossy codec, and there is no stream-copy path between them, so the picture is decoded and re-compressed and picks up a second generation of loss. At the default "Very High" preset that is difficult to spot in normal viewing, but the output can only ever match the source, never exceed it. Upscaling the resolution enlarges pixels rather than recovering detail — a 480i DVD does not become HD by asking for 1080p.
Yes, if the source is interlaced, because there is no deinterlacing anywhere in this pipeline. Most DVD and broadcast MPEG-2 is 480i or 576i, which stores two time-offset fields woven into each frame; a progressive web player displays both fields at once, which shows as horizontal combing on anything that moves. This converter does not fix that and will not silently try to. Deinterlace first with a desktop tool — a DVD ripper, HandBrake, or an FFmpeg deinterlace filter — and convert the progressive result here.
Anamorphic pixel aspect. A 16:9 DVD stores its picture in a 720×480 or 720×576 frame using non-square pixels, with the real display shape carried in a flag rather than in the pixel grid. Any resize on this page normalises the pixel aspect to square, which drops that flag and leaves the geometry wrong. The reliable fix is to state the shape explicitly: choose Width x Height under Video resolution and enter the display dimensions you want — roughly 854×480 for a 16:9 NTSC disc or 1024×576 for a 16:9 PAL disc — rather than using a percentage or a height preset.
Because the codecs are separated by a very long stretch of video-coding progress. MPEG-2 Part 2 was finalised in 1995 and predates H.264, let alone VP9. The gap shows up even in our own internal sizing model, which budgets around 0.05 bits per pixel for VP9 against 0.12 for VP8 — VP9 is expected to need well under half the bitrate of a codec that is itself far newer than MPEG-2. So DVD-era footage typically shrinks a lot at comparable visual quality, which is the main practical reason this conversion is worth doing.
Pick WebM when the target is the open web: it is royalty-free, plays inline across roughly 96% of browsers, and VP9 gives you the smaller file. Pick MPEG-2 to MP4 when you need the widest possible device and editor compatibility — older smart TVs, some hardware decoders and a number of editing applications still handle H.264 in MP4 more reliably than WebM. If you are building a web page, the belt-and-braces answer is both: serve WebM as the primary <source> with an MP4 fallback.
It is re-encoded to Opus, the WebM default, and stays in sync. MPEG-2 sources normally carry AC-3 or MP2 at 48 kHz, and both are decoded and re-encoded — Opus operates natively at 48 kHz, so no resampling is needed for DVD-derived audio. One thing to watch on retail discs: there is no track picker, so when several audio streams exist the one with the most channels wins, meaning a 5.1 mix usually beats the stereo mix. There are no Audio Channel or Audio Sample Rate controls on a video page, so if you specifically need the stereo track, demux it first or extract the audio separately with MPEG-2 to OGG.
Only with a clear reason. AV1 gives smaller files than VP9 at the same quality and is available in the Video Codec list, but it encodes far more slowly and its decode support is narrower than VP9's — older phones, TVs and mid-range hardware may fall back to software decoding or fail outright. For a DVD-sourced standard-definition clip the absolute byte saving over VP9 is modest anyway, since the source resolution is small. VP9 remains the sensible default; reach for AV1 when file size genuinely dominates and you control the playback environment.
Because VP8 is not a constant-rate-factor codec, even though the interface does not make that obvious. VP9 and AV1 accept a quality number on a 0–63 scale and act on it. VP8 uses quantizer bounds with a target bitrate instead — but the shared 16–63 slider still appears under Constant Quality when VP8 is selected, so it looks like a working control while the value goes nowhere. The encoder ends up falling back to its internal defaults and you lose control of the result. With VP8, stay on Quality Preset, or use Constraint Quality with a Max bitrate, or one of the bitrate modes. Better still, stay on VP9 unless something specifically requires VP8.
There is no fixed per-file quota; with a long DVD capture the real constraint is upload size and time over your own connection. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — never watermarked, shared or made public, and no sign-up is required. If the finished WebM is still larger than you want, Compress WebM will take another pass at it.