Initializing... drag & drop files here
Supports: MPG, MPEG
MPEG here means MPEG-1 (ISO/IEC 11172, 1993) and MPEG-2 (ISO/IEC 13818, 1995) — the video codecs that powered Video CD, DVD-Video, and ATSC/DVB broadcasts. Both predate H.264 by roughly a decade and compress 3-6x less efficiently than modern codecs, so a 1-hour DVD-quality MPEG-2 file is typically 2-4 GB while the same content re-encoded to H.264 lands around 700 MB to 1.5 GB. The good news: the last U.S. MPEG-2 patent (#7,334,248) expired on February 13, 2018, so re-encoding is now royalty-free in most jurisdictions.
| Codec | Year ratified | Typical bitrate (SD) | Relative efficiency | Common containers |
|---|---|---|---|---|
| MPEG-1 Video | 1993 | 1.15 Mbps (VCD) | 1x baseline | .mpg, .mpeg, .dat |
| MPEG-2 Video | 1995 | 4-9 Mbps (DVD) | ~1.2x MPEG-1 | .mpg, .mpeg, .vob, .ts |
| H.264 / AVC | 2003 | 1-4 Mbps (SD/HD) | ~3-4x MPEG-2 | .mp4, .mkv, .ts |
| H.265 / HEVC | 2013 | 0.5-2 Mbps (SD/HD) | ~5-6x MPEG-2 | .mp4, .mkv, .hevc |
If your destination accepts modern codecs, convert MPEG to MP4 or MPEG to HEVC instead of just compressing — the same visual quality fits in roughly a quarter of the bytes.
| Method | Best for | Trade-off |
|---|---|---|
| Target file size (%) | Quick blanket shrink; default 50% halves the file | Quality varies by source bitrate |
| Specific file size (MB) | Hitting a hard cap (25 MB email, 100 MB upload form) | May go very low quality on long files |
| Constant Bitrate (CBR) | Streaming, broadcast, predictable size budgets | Wastes bits on simple scenes, starves complex ones |
| Variable Bitrate (VBR) | Archival re-encodes, mixed-motion footage | File size harder to predict in advance |
| Constant Quality (CRF-style) | "Looks good" archival without size target | Final size unknown until encode finishes |
| Constraint Quality | Quality floor with upper bitrate cap | Best of both, but slower to encode |
Rules of thumb for MPEG-2 SD content: 4-6 Mbps looks DVD-original, 2-3 Mbps is acceptable for casual viewing, below 1.5 Mbps shows visible blocking on motion. For MPEG-1 VCD content, anything above 1.15 Mbps is already over-spec.
If your file is actually .vob, run VOB to MPEG first to demux it, then compress. If it's a transport stream from a tuner, trim MPEG to drop pre-roll before re-encoding.
Not if you keep the output as .mpeg with the MPEG-2 codec, which the default Compress flow does. DVD-Video also expects specific resolutions (720x480 NTSC or 720x576 PAL), GOP structures, and audio (AC-3, MP2, or PCM). For burning back to a compliant DVD, keep resolution at the original, choose a bitrate between 4-8 Mbps, and don't downscale.
If a downstream tool (DVD authoring, broadcast SDI, an old set-top box) requires .mpeg, stay in MPEG and compress in-place. For YouTube, Drive backups, email, Discord, or modern playback on any phone, converting to MP4 is the better answer — same perceived quality at roughly 25-30% of the size, because H.264/H.265 compress 3-6x more efficiently than MPEG-2.
A typical 5-6 Mbps DVD re-encode to 3-4 Mbps (around 50% size reduction) is hard to spot on a TV at normal viewing distance. Below 2 Mbps for SD content you'll see blocking on fast pans, sports, and dark scenes. MPEG-2 doesn't degrade gracefully — it produces visible 16x16 macroblocks rather than the softer blur of H.264 at low bitrates.
MPEG-1 is the Video CD codec — quarter-resolution (352x240/288), progressive, no interlaced support, capped around 1.15 Mbps at spec. MPEG-2 added interlaced video, broadcast HD support, 5.1 audio, and bitrates up to ~80 Mbps. In real files the container extension (.mpg / .mpeg) often doesn't reveal which — check with mediainfo or ffprobe. The compressor handles both transparently.
Audio re-encoding is what usually causes the small sync drifts people complain about after compression. If your tool exposes "stream copy" for audio, use it; otherwise pick MP2 (MPEG-1 Audio Layer II) at 192-256 kbps or AC-3 at 192 kbps for DVD-compliant output. Avoid MP3 (MPEG-1 Layer III) if the file is destined for a DVD player — many older players won't decode it.
Three usual culprits: (1) you re-encoded at a higher bitrate than the source (common when the original was already heavily compressed at, say, 2 Mbps and you re-encoded at 5 Mbps); (2) you upscaled resolution; (3) you switched from Variable to Constant Bitrate at a high value. Check source bitrate first with mediainfo, then target 50-70% of that.
Yes — every lossy re-encode discards information that can't be recovered. For archival, do one re-encode at your target quality and keep that as the master. If you need multiple delivery sizes, encode each from the original, not from a previously compressed copy.
The final U.S. MPEG-2 patent expired February 13, 2018, and most major jurisdictions (EU, UK, Canada, Japan, Australia) followed the same general window. A handful of countries, including Malaysia and the Philippines, still had active patents past that date — check local rules if you're encoding commercially in those markets. For personal and most business use elsewhere, MPEG-2 is now royalty-free.
Settings in the current flow apply to the whole upload batch, so group files that need the same target (e.g., all DVD rips at 50%) into one job, then run a second batch for files that need different parameters. For pure size shrinking on a folder of mixed video formats, Compress MP4 and Compress MKV follow the same controls if you're converting first.