Initializing... drag & drop files here
Supports: MPEG2
MPEG-2 (ISO/IEC 13818-2, also called H.262) is the codec used on every commercial DVD-Video disc and most digital broadcast TV from the late 1990s through the 2010s. Because the standard predates modern motion-compensation tricks, MPEG-2 needs roughly two times the bitrate of H.264 for the same perceived quality — a 4 Mbps H.264 clip looks about as clean as a 7 Mbps MPEG-2 clip. That inefficiency makes raw MPEG-2 captures from DVD rips, EyeTV/MythTV recordings, MiniDV transfers, and ATSC OTA grabs unusually large for their resolution.
| Property | MPEG-2 (H.262) | H.264 (AVC) | H.265 (HEVC) | AV1 |
|---|---|---|---|---|
| Standardized | 1995 (ISO/IEC 13818-2) | 2003 | 2013 | 2018 |
| Bitrate for clean 1080p | 12–20 Mbps | 6–8 Mbps | 3–5 Mbps | 2–4 Mbps |
| Patent status (2026) | Expired worldwide except Malaysia (per MPEG LA, Jan 2024) | Royalty-bearing (MPEG LA AVC) | Royalty-bearing (multiple pools) | Royalty-free (AOMedia) |
| Hardware decode | Universal — every DVD player, TV, set-top box | Universal since ~2010 | iPhone 6+, Apple Silicon, most 2015+ TVs | iPhone 15+, RTX 30+, recent TVs |
| Best for | DVD authoring, broadcast, legacy compatibility | Web video, social, general delivery | 4K/HDR, file-size sensitive | Streaming, future-proofing |
If your output target is "smaller file, plays anywhere modern," it's usually better to convert to H.264 instead of re-encoding inside MPEG-2 — see MPEG-2 to MP4 or MPEG-2 to MKV. Stay in MPEG-2 only if your downstream device requires it (e.g., burning a playable DVD).
| Source | Typical bitrate | Recommended target | Expected size reduction |
|---|---|---|---|
| Commercial DVD rip (480p / 576p) | 4–9 Mbps | CBR 3 Mbps or CRF 8 | 40–60% |
| ATSC OTA SD recording | 4–6 Mbps | CBR 2.5 Mbps | 40–55% |
| ATSC OTA HD (1080i, 19.39 Mbps cap) | 12–18 Mbps | CBR 6 Mbps or VBR 5/8 Mbps | 60–70% |
| MiniDV → MPEG-2 transfer | 8–10 Mbps | Target file size 50% | ~50% |
| Old Sony/Panasonic DVD camcorder VOB | 6–9 Mbps | Target file size 60% | ~40% |
MPEG-2 was finalized in 1995 and uses simpler motion estimation, smaller block sizes (16×16 macroblocks only, no variable block sizes), and shorter reference distances than H.264. The practical result, confirmed by the MPEG/ITU testing that justified H.264's release, is that MPEG-2 needs roughly twice the bitrate for equivalent perceptual quality. To shrink without changing codecs, lower the bitrate or CRF in this tool; to shrink dramatically, convert to a modern codec.
Only if you keep MPEG-2 as the codec, stay at or under the DVD-Video peak of 9.8 Mbps video / 10.08 Mbps total, use 720×480 (NTSC) or 720×576 (PAL), and then author a compliant DVD-Video structure (VIDEO_TS folder with IFO/BUP/VOB files). This compressor produces a bitrate-correct .mpg/.mpeg2 stream — you still need DVD-authoring software (DVDStyler, ImgBurn) to make the disc.
DVD-Video supports both CBR and VBR. Use CBR 6 Mbps when you need a predictable filesize and runtime budget on a DVD-5 (4.70 GB single-layer). Use VBR 4–8 Mbps when you want the encoder to spend more bits on action and less on dialogue — typically 10–20% smaller for the same visual quality. Use Constant Quality (CRF) when filesize doesn't matter and you want the cleanest possible output for archival.
.mpg and .mpeg are interchangeable container extensions for an MPEG program stream, which usually carries MPEG-2 video plus AC-3 or MP2 audio. .m2v is a pure elementary video stream — no audio, no container metadata. VOB is the same MPEG-2 program stream wrapped for DVD-Video with extra navigation packets. This tool accepts all four; the output is a standard .mpeg2 program stream by default.
No — MPEG-2 doesn't support lossless re-multiplexing to a smaller file. Tools like DVD Shrink that "shrink" without re-encoding actually re-quantize the existing stream (lossy, just faster than full re-encoding). This compressor performs a full re-encode, which gives better quality per megabyte but takes longer. If you need to fit a DVD-9 onto a DVD-5, choose Specific file size and target 4.3 GB to leave room for menus.
Auto Scale only adjusts resolution (pixel dimensions) proportionally to hit your target file size — it preserves the source aspect ratio and never changes frame rate. NTSC 29.97 fps stays 29.97, PAL 25 fps stays 25, and a 720×480 anamorphic DVD frame stays at the same display aspect. To explicitly change frame rate, pick a Resolution preset and the encoder will rescale without resampling time.
Long-GOP MPEG-2 from broadcast TV often has timestamp glitches at GOP boundaries (every 12–15 frames for PAL/NTSC DVD). When the recompressor closes GOPs, drift can appear if the source was already drifting. Fix: convert to MP4/H.264 instead of re-encoding inside MPEG-2 — modern decoders ignore most of the timestamp pathologies that broke the original. Try MPEG-2 to MP4 or MPEG-2 to MKV.
Yes. According to MPEG LA's January 3, 2024 update, the last US MPEG-2 patent expired February 23, 2018, and the worldwide pool has expired everywhere except Malaysia (final patent estimated to expire in 2035). Encoding and decoding MPEG-2 is now royalty-free in every major market. This tool charges nothing and adds no watermark.
Almost always yes, if downstream playback isn't tied to a hardware DVD player. H.264 at half the bitrate looks the same and plays natively on every browser, phone, and smart TV from the past 15 years. Stay with MPEG-2 only when (a) you're authoring a real DVD, (b) the receiving system explicitly requires .mpg/.m2v, or (c) you're archiving a broadcast capture in its original codec for fidelity. Otherwise: MPEG-2 to MP4, VOB to MP4, or MPEG-2 to HEVC for max compression.