Initializing... drag & drop files here
Supports: MPG, MPEG
.mpg and .mpeg extensions are accepted. Batch is supported — drop in an entire archive folder.MPG (also .mpeg) is the 1990s-era container for MPEG-1 and MPEG-2 video — used for VCDs, DVDs, early digital camcorders, MiniDV-to-MPEG transfers, and the first generation of streamable web video before H.264 existed. WebM is Google's open-source web video format (VP8 / VP9 / AV1 video + Opus / Vorbis audio), purpose-built for HTML5 <video> tags. Common reasons to convert MPG → WebM:
<video> embedding — MPG plays in almost no browser natively. WebM plays in Chrome, Firefox, Edge, Opera, and Safari 14.1+ via <source type="video/webm">. This is the path for embedding old video on a modern website.| Property | MPG (MPEG-1/2) | WebM |
|---|---|---|
| Container origin | MPEG, ISO standard (1993 / 1995) | Google (2010) |
| Common codecs | MPEG-1 Video, MPEG-2 Video | VP8, VP9, AV1 |
| Audio codecs | MP2, MP3, AC-3 (DVD) | Opus, Vorbis |
| Compression efficiency | Outdated — pre-H.264 era | Modern — 60-80% smaller at equal quality |
| Browser playback | None — unsupported in modern browsers | Universal — Chrome, Firefox, Edge, Opera, Safari 14.1+ |
| Royalty status | MPEG-2 patent-encumbered (most expired by 2020) | Royalty-free end-to-end |
| Typical use today | DVD authoring, broadcast, legacy archive | Web embedding, royalty-free streaming |
| File size for 5 min 480p | ~150-300 MB (DVD-quality MPEG-2) | ~25-50 MB (VP9 CRF 30) |
| Codec | File size (relative) | Browser / device support | Best for |
|---|---|---|---|
| VP9 | 100% (baseline modern) | All modern browsers, most devices since 2017 | Default — sweet spot for web |
| AV1 | ~70% | 2022+ devices, modern browsers | Smallest size, archival of large MPG libraries |
| VP8 | ~140% | Universal back to ~2010, including older Android | Maximum compatibility, legacy fallback |
MPEG-1 and MPEG-2 are container/codec combinations that predate the HTML5 <video> standard. No major browser ships native MPG playback — Chrome, Firefox, and Edge all reject .mpg for direct embedding. Safari can sometimes play MPEG-1 via QuickTime but not MPEG-2 reliably. Converting to WebM (or MPG to MP4 for universal device coverage) gives you a file that plays everywhere without codec packs.
A typical 90-minute DVD MPEG-2 rip is 4-7 GB. The same content as VP9 WebM at CRF 28-30 usually lands at 700 MB - 1.4 GB — roughly 75-85% smaller — with quality that's visually identical for normal viewing. AV1 cuts that further, often to 500-900 MB. The MPEG-2 codec is from 1995 and is significantly less efficient than VP9 (2013) or AV1 (2018).
A small re-encoding loss is unavoidable since MPEG-1/2 and VP9/AV1 are fundamentally different codecs. At CRF 18-22 the result is visually indistinguishable from the source. The default preset (CRF ~30) produces near-source quality at dramatically smaller file size — and because MPEG-2 was already lossy, the practical loss is minimal compared to the size saving.
VP9 for almost everything — universal modern browser support, fast server-based conversion, 60-70% smaller than the source MPEG-2. AV1 for archiving large MPG libraries when you want the smallest possible files and don't mind slower encoding (5-10× slower than VP9). VP8 only for very old Android devices or extreme legacy compatibility — rarely needed today.
Safari 14.1+ (macOS Big Sur and later, iOS 14.5+) supports WebM with VP9. For older Safari, embed both formats in your <video> tag — WebM first, MP4 fallback second. Modern Safari picks the WebM; older Safari falls back to MP4. See MPG to MP4 for the fallback file.
DVD MPEG-2 and broadcast MPG sources are often interlaced (480i / 576i). The converter detects interlacing and applies deinterlacing during the encode, so the WebM output is progressive (480p / 576p) and looks clean on modern flat-panel displays. If you see combing artifacts in the source preview, the output will still come out smooth.
Yes. Use the trim section with start time + duration. Both accept seconds (12.5) or HH:MM:SS.sss format (00:01:30.500). This is especially useful for DVD rips that include menu loops, FBI warnings, color bars, or studio logos at the start — trim them off before encoding to save both processing time and output size.
Yes. MPG audio (MP2, MP3, or AC-3 from DVD) is decoded and re-encoded to Opus (default for WebM) or Vorbis. Stereo audio is preserved transparently at 96-128 kbps Opus. AC-3 5.1 surround from DVD rips is downmixed to stereo Opus by default — if you need to keep multichannel, that's not a WebM strength and you may want to keep an MP4/AC-3 copy alongside.
Yes — drop in folders of MPG / MPEG files. They convert in parallel withon our servers and download individually or as a single ZIP. This is how most users modernize a multi-year DVD or camcorder archive in one pass.