MPG (MPEG Video)
The format that brought digital video to CDs and DVDs, standardized by an ISO working group in the early 1990s.
| Full name | MPEG Video |
| Extension | .mpg |
| MIME type | video/mpeg |
| Developer | Moving Picture Experts Group (ISO/IEC JTC 1) |
| Released | 1991 (MPEG-1 draft); 1993 (ISO 11172 final); 1996 (MPEG-2 / ISO 13818) |
| Type | Video container and compression standard |
| Standards | ISO/IEC 11172 (MPEG-1), ISO/IEC 13818 (MPEG-2) |
| Typical bitrate | 1.5 Mbit/s (MPEG-1) to 15 Mbit/s (MPEG-2 broadcast) |
What is a MPG file?
MPG is a video file format based on the MPEG standards published by the Moving Picture Experts Group, a joint working group of ISO and IEC. It packages compressed video and audio together in a single file using a program stream container. The format covers two generations of compression technology: MPEG-1, designed for CD-ROM delivery, and MPEG-2, which powers DVDs and broadcast television.
An MPG file is both a container and a compressed video stream. Unlike format-agnostic containers such as MKV, the MPG format defines its own compression method rather than simply wrapping whatever codec you choose. Video is stored as a sequence of I-frames (full images), P-frames (forward-predicted differences), and B-frames (bidirectionally predicted differences), giving the format efficient compression at the cost of random-access speed. Audio is typically stored as MPEG-1 Layer II audio or, in MPEG-2 files, as AC-3 (Dolby Digital). The program stream structure interleaves audio and video packets so a decoder can play them in sync from a single sequential read.
History
The Moving Picture Experts Group was established in May 1988 in Ottawa, Canada, founded by Dr. Hiroshi Yasuda of NTT and Dr. Leonardo Chiariglione of CSELT under the ISO/IEC umbrella. The group finalized the first MPEG-1 standard (ISO/IEC 11172) in 1993, targeting 1.5 Mbit/s delivery on CD-ROM and forming the technical basis for Video CD and MP3 audio. Work on MPEG-2 began in July 1990 before MPEG-1 was even complete; the MPEG-2 standard (ISO/IEC 13818) was finalized in 1996 and became the backbone of DVD video, digital broadcast television, and SVCD.
Container vs codec
An MPG program stream is divided into packs, each containing a pack header followed by one or more packets. The pack header carries a system clock reference so decoders can synchronize playback. Each packet is tagged with a stream ID identifying whether it carries video, audio, or private data. MPEG-1 streams (ISO 11172-1) and MPEG-2 program streams (ISO 13818-1) share this general layout but differ in header fields and supported stream types. There is no global index at the start of the file, which means seekin to a specific point requires either scanning from the beginning or relying on a separate index built during playback.
What it is used for
- Playing back Video CD (VCD) and Super Video CD (SVCD) recordings from the 1990s and 2000s
- Storing and archiving content originally captured from digital broadcast or satellite television
- Converting DVD video content, which is stored as MPEG-2 program streams in VOB files
- Opening legacy footage from older digital camcorders that recorded directly to MPEG-1 or MPEG-2
How to open it
MPG files open in VLC Media Player on Windows, macOS, and Linux without any additional software or codec installation. Windows Media Player handles most MPG files on Windows, and QuickTime Player on macOS supports MPEG-1 natively, though MPEG-2 requires a paid extension from Apple.
Pros and cons
Strengths
- Standardized by ISO so virtually every media player and editing application can read it
- MPEG-2 quality is high enough for broadcast television and DVD authoring
- Efficient at moderate bitrates compared to older uncompressed formats
- Long-term archival stability because the standard is publicly documented and widely implemented
Trade-offs
- Significantly larger file sizes than modern formats like H.264 or H.265 at the same visual quality
- No support for modern features like multiple subtitle tracks, chapters, or HDR metadata
- No global file index means seeking is slower than in MP4 or MKV containers
- MPEG-2 decoding is more CPU-intensive on low-power devices compared to hardware-accelerated H.264
Convert MPG files
Free, in your browser, no signup. Start at the MPG converter, or jump straight to a popular conversion below.
Curious how fast and how small? See our measured conversion benchmarks.
MPG FAQ
What is the difference between MPG and MP4?
MPG uses older MPEG-1 or MPEG-2 compression and a program stream container. MP4 uses a more flexible ISO Base Media File Format container and typically stores H.264 or H.265 video, achieving much smaller file sizes at similar or better quality. MP4 also supports subtitles, chapters, and modern device hardware decoding that MPG does not.
Is MPG the same as MPEG?
MPEG is the name of both the working group and the family of standards. The .mpg and .mpeg file extensions both refer to files encoded using MPEG standards, specifically MPEG-1 or MPEG-2 video. The two extensions are interchangeable โ there is no technical difference between a .mpg and a .mpeg file.
Can I convert MPG to MP4 without losing quality?
A true lossless conversion is not possible because the two formats use different compression methods. However, re-encoding at a sufficiently high H.264 bitrate will produce an MP4 that is visually indistinguishable from the original MPG at a much smaller file size.
Why do some MPG files not play audio on my device?
MPEG-2 program streams can carry AC-3 (Dolby Digital) audio, which some lightweight players do not decode by default. VLC includes AC-3 decoding and handles these files reliably. On Windows, installing a codec pack or using a player like MPC-HC also fixes the problem.