Initializing... drag & drop files here
Supports: WEBM
WebM is Google's open container built for HTML5 streaming, and most modern browsers play VP8 / VP9 / AV1 natively. MPEG-2 is the older, royalty-free-as-of-2024 H.262 codec that the DVD-Video spec, ATSC over-the-air TV, DVB digital broadcast, and many professional ingest workflows still require. WebM-encoded clips cannot be muxed into a compliant DVD VOB or fed to most broadcast switchers — you have to re-encode the video essence to MPEG-2 first.
| Property | WebM | MPEG-2 |
|---|---|---|
| Standard | Open Google container, 2010 | ISO/IEC 13818-2 / ITU-T H.262, 1996 |
| Video codecs | VP8, VP9, AV1 | MPEG-2 video (H.262) only |
| Audio codecs | Vorbis, Opus | MP2, AC-3 (Dolby Digital), LPCM, DTS |
| Color subsampling | 4:2:0 (8/10/12-bit per codec) | 4:2:0 typical; 4:2:2 in Main Profile @ High |
| Typical bitrate (1080p) | 2-5 Mbit/s (VP9), 1-3 Mbit/s (AV1) | 15-25 Mbit/s for visual parity |
| DVD-Video support | None | Required (≤9.8 Mbit/s video peak) |
| ATSC / DVB-T broadcast | Not used | Primary video codec |
| Browser playback | Chrome, Firefox, Edge, Opera, Safari 14.1+ | None natively; needs plug-in or external player |
| Patent status | Royalty-free | Worldwide expired Jan 2024 (Malaysia 2035) |
| Best for | Web streaming, HTML5 video | DVDs, broadcast, legacy hardware |
| Target | Resolution | Recommended bitrate | Notes |
|---|---|---|---|
| DVD-Video (NTSC) | 720×480 | 4-6 Mbit/s VBR | Stay below 9.8 Mbit/s peak to remain spec-compliant |
| DVD-Video (PAL) | 720×576 | 4-6 Mbit/s VBR | Same 9.8 Mbit/s ceiling applies |
| SVCD | 480×480 / 480×576 | 2.0-2.5 Mbit/s | Older standalone-player friendly |
| ATSC SD broadcast | 704×480 | 3-6 Mbit/s | MP@ML |
| ATSC HD broadcast | 1280×720 / 1920×1080 | 12-19 Mbit/s | MP@HL |
| Archival master | Source resolution | 25-50 Mbit/s | I-frame heavy for re-editing |
All three carry MPEG-2 video. .m2v is a raw elementary stream (video only, no audio), .mpg is a multiplexed program stream (video + audio + sometimes subtitles), and .mpeg2 is a less common extension that most tools treat as a program stream identical to .mpg. The xconvert output is a program stream — if your authoring tool insists on .mpg, simply rename the extension or use our WebM to MPG page directly. The container bytes are the same.
That is expected. VP9 and AV1 (the codecs inside modern WebM files) are roughly two to three coding generations newer than H.262 and achieve the same perceived quality at one-third to one-fifth the bitrate. A 5 Mbit/s VP9 1080p clip needs roughly 15-20 Mbit/s in MPEG-2 to look the same. If the size matters more than visual parity, lower the Quality Preset to Medium or set an explicit lower bitrate — just expect more compression artifacts in motion and gradients.
The codec will, but a DVD player expects a full DVD-Video disc structure (VIDEO_TS folder with VOB, IFO, and BUP files), not a loose.mpeg2 file. Convert here to get a spec-compliant 720×480 or 720×576 MPEG-2 stream, then feed it into a DVD authoring tool such as DVDStyler, ImgBurn, or Adobe Encore to build the disc. Use the Preset Resolution dropdown to pick the correct DVD dimensions before converting.
Variable Bitrate (VBR) almost always wins for quality at a given file size — the encoder spends more bits on complex motion and fewer on static scenes. Choose Constant Bitrate (CBR) only when your target system requires a flat data rate (some broadcast servers, certain legacy DVD authoring presets that pre-allocate disc space). For DVD-Video, two-pass VBR with a 4-6 Mbit/s average and a ceiling below 9.8 Mbit/s is the standard professional recipe.
Yes, but it gets re-encoded. WebM ships Vorbis or Opus audio; MPEG-2 program streams cannot carry either, so xconvert transcodes to MP2 (MPEG-1 Audio Layer II) by default, which is the format DVB broadcast expects. For DVD-Video you may want AC-3 (Dolby Digital) — use the WebM to VOB flow for an authoring-ready stream, or remux the AC-3 in your DVD tool after this conversion.
No. The last US patent on MPEG-2 video expired February 23, 2018, and the worldwide patent pool finished expiring January 3, 2024 (the lone exception being Malaysia, where the final patent lapses in 2035). MPEG-2 is now effectively royalty-free for encoding, decoding, and distribution in every market where xconvert operates.
Yes — open the Trim > Time Range control under Advanced Options and set start and end timestamps in HH:MM:SS.ms format. Only the trimmed segment is fed to the MPEG-2 encoder, which cuts conversion time roughly in proportion to the duration removed. For more elaborate edits use Trim WebM first, then convert the result.
For SD ATSC or DVB-T submission, choose 720×480 (NTSC) or 720×576 (PAL) and Main Profile @ Main Level. For HD broadcast (ATSC MP@HL or DVB HD), pick 1280×720 or 1920×1080 — but verify with the station which interlace mode and frame rate they expect (29.97i, 59.94p, 25i, etc.). Most public-access and community channels still ingest SD MPEG-2 even in 2026.
H.264 in MP4 is far more efficient and is what you want for streaming, mobile, or modern playback — start with WebM to MP4 for that. Pick MPEG-2 only when the target system specifically requires it: DVD-Video discs, ATSC 1.0 / DVB-T broadcast chains, certain government and educational archive specs, or legacy hardware decoders. If you're unsure, MP4 (H.264) is the safer default for general use.