Initializing... drag & drop files here
Supports: MP4, M4V
MP4 with H.264 video is the modern delivery container — small files, supported on every phone and browser. MPEG-2 (ISO/IEC 13818-2, first edition approved 1995, published 1996) is older but still mandatory in several specs, which is why this re-encode exists. The DVD-Video book requires MPEG-2 video; many cable headends, satellite uplinks, and ATSC 1.0 broadcast plants still ingest MPEG-2 transport streams; and some industrial / kiosk hardware only decodes MPEG-2. You can't drop an H.264 MP4 into those pipelines.
| Property | MP4 (H.264) | MPEG-2 |
|---|---|---|
| Standard | ISO/IEC 14496-10 (2003) | ISO/IEC 13818-2 (1995) |
| Typical container | MP4 (.mp4) | Elementary (.mpeg2/.m2v), program (.mpg), or transport (.ts) |
| Compression efficiency | ~2-3× more efficient than MPEG-2 | Baseline |
| Common bitrate (1080p) | 4-12 Mbps | 10-25 Mbps |
| DVD-Video compliant | No | Yes (720×480 / 720×576) |
| ATSC 1.0 / DVB-T compliant | No | Yes |
Browser playback (HTML5 <video>) |
Yes (universal) | No native support |
| Patent status (2026) | Active (MPEG-LA AVC pool) | Expired worldwide except Malaysia |
| Hardware decoder ubiquity | Phones, browsers, TVs since ~2010 | DVD players, set-tops, broadcast gear since 1996 |
| Setting | NTSC (North America, Japan) | PAL (Europe, Australia, most of Asia) |
|---|---|---|
| Resolution | 720×480 | 720×576 |
| Frame rate | 29.97 fps (or 23.976 with 3:2 pulldown flags) | 25 fps |
| Aspect ratio | 4:3 or 16:9 anamorphic | 4:3 or 16:9 anamorphic |
| Video bitrate (recommended) | 4000-8000 kbps | 4000-8000 kbps |
| Video bitrate (spec max) | 9.8 Mbps | 9.8 Mbps |
| Combined payload max | 10.08 Mbps | 10.08 Mbps |
| Audio codec | AC-3 (most common), MP2, or PCM | MP2 (most common), AC-3, or PCM |
| GOP length (recommended) | 15 frames (~0.5 sec) | 12 frames (~0.5 sec) |
Note: those are DVD authoring targets. If you just need MPEG-2 for a broadcast ingest or legacy NLE — not for burning a disc — keep your source resolution and pick 8000-15000 kbps for clean re-encodes.
| Mode | Best for | How it behaves |
|---|---|---|
| Constant Bitrate (CBR) | DVD authoring, broadcast ingest | Holds a fixed kbps target — predictable file size, required for some spec-strict tools |
| Variable Bitrate (VBR) | Smaller files at similar quality | Allocates more bits to motion, fewer to static scenes |
| Constant Quality (qscale) | Archival re-encodes | Picks bits to hold a target visual quality; file size varies |
| Constraint Quality | Quality with a ceiling | Like CQ but capped by a max bitrate (use this if your tool peaks during high-motion scenes) |
MPEG-2 was finalized in 1995 and predates the motion-compensation, in-loop filtering, and entropy-coding tricks H.264 added in 2003. For the same visual quality, MPEG-2 needs roughly 2-3× the bitrate of H.264. A 1.5 GB 1080p H.264 MP4 typically lands around 4-5 GB as MPEG-2. That's a property of the codec, not the converter.
No — and this trips a lot of people up. The .mpeg2 file is a raw elementary stream (just the video, no menus, no chapters). To play in a DVD player you have to author it: feed the MPEG-2 video (plus AC-3 or MP2 audio) into DVD Styler, ImgBurn, or DVDStyler, which generates the VIDEO_TS folder structure and VOB files, then burns to disc. The conversion here produces the MPEG-2 input that authoring tools need. To go straight to a DVD-ready container, also check MP4 to VOB.
For a single-layer DVD (4.7 GB) holding 90-120 minutes, 5000-6000 kbps CBR works. For a dual-layer (8.5 GB) or a shorter clip, 7000-8000 kbps gives more headroom. The DVD-Video spec caps video at 9.8 Mbps and combined audio+video+subtitle payload at 10.08 Mbps — going over breaks playback on strict hardware players.
NTSC if your DVD will be played in North America, Japan, South Korea, the Philippines, or Taiwan. PAL for Europe, Australia, most of Africa, most of Asia. PAL DVDs play on most modern players worldwide; NTSC discs can have trouble on older PAL-only hardware. Frame rate matters too — pick 29.97 fps for NTSC, 25 fps for PAL.
AC-3 (Dolby Digital) is the most common on commercial NTSC discs and is supported by every DVD player. MP2 (MPEG-1 Audio Layer II) is mandatory on PAL discs and optional on NTSC. PCM is allowed but eats a lot of bitrate. Set Audio codec accordingly in step 3 — leaving it as AAC will produce an MPEG-2 file that authoring software rejects.
This page outputs an MPEG-2 elementary / program stream (.mpeg2 extension). If you need a different MPEG-2 container variant — a .mpg program stream — try MP4 to MPG. All three wrap the same MPEG-2 Part 2 video; they differ in how packets are framed (elementary = raw, program = disc-style multiplex, transport = broadcast-style packets).
No, with one exception. The last U.S. MPEG-2 patents expired in February 2018 and the format is patent-free worldwide except Malaysia, where coverage extends to 2035. For practical purposes outside Malaysia, you can freely encode, decode, and distribute MPEG-2 without licensing fees — one reason it remains popular for archives.
Yes — use MPEG-2 to MP4 to re-encode back to H.264 in an MP4 container. You'll lose some quality on each round-trip because both are lossy codecs, so keep your original MP4 if you might need to re-edit. For other modern targets, MP4 to MOV and MP4 to AVI cover the common siblings.
Three knobs: lower the bitrate (try 4500 kbps CBR for NTSC DVD), drop resolution to 352×480 (half-D1, still spec-compliant), or trim with Time Range to keep only the segment you need. If the goal isn't DVD compliance, Compress MP4 on the original source is usually a better path than shrinking the MPEG-2 output.