MPEG (Moving Picture Experts Group)
The ISO standard that put video on VHS discs and broadcast television screens, and still powers your TV set today.
| Full name | Moving Picture Experts Group |
| Extension | .mpeg |
| MIME type | video/mpeg |
| Developer | ISO/IEC Joint Technical Committee (JTC 1), founded by Leonardo Chiariglione and Hiroshi Yasuda |
| Released | 1993 (MPEG-1 standard published as ISO/IEC 11172) |
| Type | Video container and compression standard |
| Magic bytes | 00 00 01 BA (Pack Header), 00 00 01 BB (System Header) |
| Compression | DCT-based lossy video with I-frames, P-frames, and B-frames |
What is a MPEG file?
MPEG is a video file format produced by the Moving Picture Experts Group, a standards body set up in January 1988 under ISO and IEC. The .mpeg extension points to files that follow the MPEG-1 or MPEG-2 compression standards, which were designed to store high-quality video and audio in significantly less space than raw footage. Today MPEG-2 underpins every DVD, digital broadcast, and set-top box on the planet.
MPEG is both a compression format and a container format. It wraps video, audio, and synchronization data into a single stream so any compatible player can decode them in step. The video is compressed using a technique called DCT (Discrete Cosine Transform), storing full key frames (I-frames) and then only the differences between frames (P-frames and B-frames) to cut file size dramatically. The container itself requires no external header file — the sync information is encoded directly in the data stream, starting with a four-byte Pack Header (00 00 01 BA). Two packaging modes exist: the Program Stream, used for .mpeg files on discs and hard drives, and the Transport Stream, used for broadcast signals where packets may arrive out of order.
History
The Moving Picture Experts Group held its first meeting in Ottawa, Canada, in May 1988, with Leonardo Chiariglione and Hiroshi Yasuda as its founders. MPEG-1 was published in 1993 as ISO/IEC 11172, targeting VHS-quality video at around 1.5 Mbit/s and CD-quality stereo audio. Work on MPEG-2 began in July 1990 before MPEG-1 was even finished; MPEG-2 Systems was approved in November 1994 and published as ISO/IEC 13818 in 1995, offering higher bitrates and broadcast-quality picture that made DVD and digital television possible.
Container vs codec
An MPEG Program Stream is a sequence of packs, each beginning with the 4-byte magic header 00 00 01 BA. Near the start of the file sits a System Header (00 00 01 BB) that describes the audio and video streams the file contains. Inside each pack are Packetized Elementary Streams (PES) that carry the actual compressed video and audio data. Presentation Time Stamps (PTS) in the pack headers tell the decoder exactly when to display each frame, keeping audio and video locked in sync at 90 kHz clock resolution. Unlike formats such as AVI, the MPEG specification does not define a separate outer wrapper — all synchronization information is embedded in the bitstream itself.
What it is used for
- Storing DVD video content and playing it on DVD players and Blu-ray hardware
- Distributing digital broadcast television (DVB, ATSC) via satellite and cable
- Archiving legacy camcorder and VHS capture recordings from the 1990s and 2000s
- Editing video in older post-production workflows that predate H.264 or H.265
How to open it
MPEG files open in VLC Media Player on Windows, macOS, and Linux without any extra codecs. On Windows, Windows Media Player supports them natively; on macOS, IINA or QuickTime with a Perian plugin also works.
Pros and cons
Strengths
- Backed by an open ISO/IEC standard, so no licensing surprises for basic playback
- Universally supported by set-top boxes, DVD players, and smart TVs worldwide
- Efficient for its era: MPEG-2 delivers broadcast-quality picture at 4-15 Mbit/s
- No external wrapper needed — sync data is self-contained in the stream
Trade-offs
- Significantly larger file sizes than modern codecs like H.264 or H.265 at the same quality
- No support for modern container features like chapters, soft subtitles, or multiple audio tracks in the .mpeg wrapper
- MPEG-2 patent licensing (though many patents have expired) complicated redistribution for years
- Largely replaced for new production; most tools now default to MP4 with H.264
Convert MPEG files
Free, in your browser, no signup. Start at the MPEG converter, or jump straight to a popular conversion below.
From MPEG
To MPEG
Curious how fast and how small? See our measured conversion benchmarks.
MPEG FAQ
What is the difference between MPEG and MP4?
MPEG (.mpeg) is an older container tied to the MPEG-1 and MPEG-2 compression standards. MP4 (.mp4) is a newer container defined in MPEG-4 Part 14 that can hold H.264, H.265, or AAC streams. MP4 produces smaller files at equal quality and supports chapters, subtitles, and metadata that .mpeg does not.
Is MPEG the same as MPEG-2?
Not exactly. MPEG is the name of the standards body and the family of formats it produced. The .mpeg extension can refer to files encoded with either MPEG-1 (the 1993 standard targeting VHS quality) or MPEG-2 (the 1995 standard used for DVD and broadcast). Most .mpeg files you encounter today are MPEG-2.
Why are MPEG files so large compared to newer formats?
MPEG-1 and MPEG-2 use older compression algorithms that were designed in the late 1980s and early 1990s. Modern codecs like H.264 (released 2003) and H.265 (2013) use more advanced prediction techniques that store the same visual information using roughly half the data. Converting an MPEG file to MP4 with H.264 typically cuts the file size in half with no visible quality loss.
Can I play MPEG files on a modern smartphone?
Most Android devices and iPhones can play .mpeg files, but support depends on the specific codec inside. MPEG-2 playback is not guaranteed on iOS without a third-party app like VLC. If compatibility is a concern, converting to MP4 first ensures the file plays on every device without issue.