Initializing... drag & drop files here
Supports: MP4, M4V
MPG is the common file extension for an MPEG-1 or MPEG-2 program stream — the format codified in ISO/IEC 11172 (published 1993) and ISO/IEC 13818 (published 1995-1996). MP4 (ISO/IEC 14496-14) is the modern container that typically carries H.264 or H.265, both of which compress 2-3x more efficiently than MPEG-2 at equal visual quality. You convert MP4 to MPG when the downstream system — a DVD authoring tool, a broadcast playout server, a legacy editor, or a VCD burner — expects the older codec family.
| Property | MP4 | MPG |
|---|---|---|
| Container | ISO/IEC 14496-14 (ISO BMFF) | MPEG program stream (ISO/IEC 11172-1 / 13818-1) |
| Typical video codec | H.264, H.265/HEVC, AV1 | MPEG-1 Part 2, MPEG-2 Part 2 |
| Typical audio codec | AAC, AC-3 | MPEG-1 Audio Layer II (MP2), AC-3, PCM |
| Compression efficiency vs H.264 | Baseline | ~2-3x larger at equal quality |
| Standardized | 2003 | MPEG-1: 1993, MPEG-2: 1995-1996 |
| Royalty status | H.264 still licensed via Via LA | Patent-free since 2018 |
| DVD-Video authoring | Not in spec | Required |
| Streaming / web | Universal (HTML5 video) | Limited (legacy IPTV) |
| Subtitles | Soft subs, multiple tracks | None in program stream |
| Chapter markers | Yes (moov) | Via authoring software, not in stream |
| Target | Codec | Resolution | Video bitrate | Audio |
|---|---|---|---|---|
| DVD-Video NTSC | MPEG-2 | 720×480 | up to 9.8 Mbit/s | AC-3 or PCM |
| DVD-Video PAL | MPEG-2 | 720×576 | up to 9.8 Mbit/s | AC-3 or PCM |
| HD MPEG-2 (broadcast) | MPEG-2 | 1280×720 or 1920×1080 | 15-25 Mbit/s | MP2 or AC-3 |
| VCD NTSC | MPEG-1 | 352×240 | 1,150 kbps (CBR) | MP2 224 kbps |
| VCD PAL | MPEG-1 | 352×288 | 1,150 kbps (CBR) | MP2 224 kbps |
| SVCD | MPEG-2 | 480×480 (NTSC) / 480×576 (PAL) | up to 2.6 Mbit/s | MP2 |
Need the opposite direction for editing or web playback? Use MPG to MP4. For Windows-native workflows you may want MP4 to WMV instead.
MPEG-2 for anything modern — DVD-Video, broadcast ingest, SVCD, or HD playback on legacy hardware. MPEG-1 only when you specifically need VCD compatibility (352×240/288 at 1,150 kbps) for older standalone players. MPEG-2 is the safer default; the file is larger than MPEG-1 only because you're keeping more resolution and bitrate.
MPEG-2 compression is roughly 2-3x less efficient than H.264 at matching visual quality, and AV1 widens the gap further. A 1-hour 1080p MP4 at 5 Mbit/s H.264 lands near 2.2 GB; the same content at a visually equivalent MPEG-2 bitrate (12-15 Mbit/s) lands near 5-7 GB. This is inherent to the older codec, not a converter issue.
Not by itself. MPG is the video file; a DVD-Video disc also needs a VIDEO_TS folder structure with IFO/BUP/VOB files, chapter markers, and (usually) menus. Use authoring software such as DVDStyler (open source), ImgBurn, or Nero to wrap the MPG into a compliant disc image, then burn that image.
720×480 for NTSC regions (North America, Japan) and 720×576 for PAL regions (Europe, most of Asia, Africa, Australia). The DVD spec doesn't accept other resolutions for the main video object — anamorphic 16:9 widescreen still uses 720×480 or 720×576 with a pixel-aspect-ratio flag. Pick the Preset Resolution in step 3 that matches your target region.
Yes. Pick 1080p in Preset Resolutions and keep Quality Preset at Very High or use a Constant Bitrate around 18-25 Mbit/s. HD MPEG-2 is used for ATSC broadcast and Blu-ray (though Blu-ray more commonly uses H.264 or H.265). Note that consumer DVD authoring won't accept 1080p — that's strictly a broadcast / archival use case.
The MPEG program stream supports multiple audio streams but does not carry soft subtitles or text tracks. If your source MP4 has multiple audio tracks, only one is muxed into the output. Subtitles must be burned in (re-encoded into the video) before conversion if you need them on the final DVD.
AC-3 (Dolby Digital) at 192-448 kbps is the most widely supported DVD audio codec and the only one supported in every region. PCM (uncompressed) and MP2 also appear in the spec but eat disc space (PCM) or have weaker player coverage in NTSC regions (MP2). Most authoring tools default to AC-3 for that reason.
No. The last US patent essential to MPEG-2 expired on February 23, 2018, and equivalent patents elsewhere expired by 2020. MPEG-1 has been patent-free since 2017. You can encode, distribute, and play MPG files without paying any codec licensing fees — one reason archives, public-domain projects, and FFmpeg-based pipelines still favor it.
Yes. In step 3, switch Trim from Unchanged to Time Range and enter a start time and duration in HH:MM:SS.mmm. Only that section is converted, which saves time and disc space when you only need a portion of the source. For more cutting controls use Trim MP4 first, then convert the trimmed file.