PicaJet

Reference Formats

MPEG-2

MPEG-2 is a standards suite: Part 1 defines container/transport formats (Program Stream, Transport Stream), while Part 2 (ITU-T H.262) defines the video codec — distinct things often conflated under one name.

Extension

.mpg

Full name

Moving Picture Experts Group-2 (ISO/IEC 13818, video part standardized jointly as ITU-T H.262)

Introduced

1995–1996

Vendor

ISO/IEC MPEG and ITU-T (joint standard, patents pooled via MPEG LA)

What is inside the container

As a container, MPEG-2 exists in two forms: the Program Stream (.mpg/.vob, used on DVD-Video) and the Transport Stream (.ts/.m2ts, used in broadcast and Blu-ray). Both typically hold MPEG-2 video (H.262) alongside MPEG-1 Layer II audio or Dolby AC-3. As a codec, MPEG-2 video uses interlaced-friendly block-based compression that predates modern motion-compensation techniques, so it needs roughly 2–4x the bitrate of H.264 for comparable quality.

How to open it

Windows / macOS / Linux VLC Media Player plays .mpg, .ts, and .m2ts MPEG-2 files natively with no additional codec installation.
Command line (any OS) ffmpeg encodes, decodes, and transcodes MPEG-2: `ffmpeg -i input.mpg -c:v libx264 output.mp4` converts a legacy MPEG-2 asset to modern H.264.
Windows 10/11 Windows Media Player plays MPEG-2 with the built-in decoder present since Windows 8, or via the free "MPEG-2 Video Extension" from the Microsoft Store on newer builds where it's not preinstalled.
DVD-sourced assets HandBrake, paired with libdvdcss for encrypted discs, rips DVD-Video's MPEG-2 Program Stream content directly for transcoding into an archival or delivery codec.

For archives

MPEG-2's core patents have expired (the last major ones lapsed around 2015–2018), so re-encoding legacy MPEG-2 material carries no royalty concern, but its low compression efficiency means transcoding to H.264 or H.265 typically cuts storage footprint substantially for the same visual quality. For DVD-sourced or broadcast-archive material, keep the original MPEG-2 Transport/Program Stream as the preservation master when it's the highest-quality source available, and generate an H.264 proxy for day-to-day browsing and delivery rather than storing every derivative at MPEG-2 bitrates.

MPEG-2 was finalized by ISO/IEC and ITU-T in the mid-1990s as the successor to MPEG-1, adding support for interlaced video and the higher bitrates broadcast television needed. It became, by installed base, one of the most consequential video standards ever written: it is the mandatory video codec for DVD-Video, the required primary codec for ATSC digital broadcast in the United States, and a core codec in DVB broadcast used across much of the world. Every DVD ever pressed and a large share of the world’s terrestrial and satellite TV infrastructure still runs on it.

The name “MPEG-2” actually covers two separate things that a DAM operator needs to keep straight: Part 1 (“Systems”) defines the container — either the Program Stream used on DVDs or the Transport Stream used in broadcast — while Part 2, jointly published as ITU-T H.262, defines the video compression itself. A file described as “MPEG-2” could mean either the wrapper or the codec depending on context, and both are frequently present at once in the same .mpg or .ts file.

Standard partWhat it definesAlso known as
Part 1 — SystemsThe container: Program Stream (.mpg/.vob, DVD-Video) or Transport Stream (.ts/.m2ts, broadcast/Blu-ray)MPEG-2 PS / MPEG-2 TS
Part 2 — VideoThe video compression itselfITU-T H.262

For asset management, the relevant facts are licensing and efficiency, not obsolescence — MPEG-2 is still legally required for ATSC 1.0 and DVB broadcast delivery, and its foundational patents have now expired in essentially all territories, making encode/decode royalty-free. What it isn’t, is space-efficient: MPEG-2 needs several times the bitrate of H.264 to hold the same visual quality, so any archive holding DVD rips or broadcast masters at MPEG-2 bitrates is paying a real, avoidable storage cost every time that content is duplicated or delivered without a modern-codec transcode.

Frequently asked

Is MPEG-2 a container format or a video codec?

Both, depending which part of the standard is meant. Part 1 defines the container (Program Stream or Transport Stream), and Part 2 — jointly published as ITU-T H.262 — defines the video codec. A .mpg or .ts file usually contains both at once.

Are there still royalties owed on MPEG-2 content?

No. The core MPEG-2 patents administered through the MPEG LA pool have expired in essentially all territories, with the last major ones lapsing around 2015–2018, so encoding or decoding MPEG-2 today carries no royalty obligation.

Why does our broadcast archive still have so much MPEG-2 footage?

MPEG-2 is still the mandatory video codec for ATSC 1.0 digital TV broadcast in the US and is widely used in DVB broadcast elsewhere, and it was the required codec for DVD-Video, so any organization with a broadcast or DVD-era video history will have a substantial MPEG-2 archive by default.

How much storage can we save by transcoding MPEG-2 to H.264?

MPEG-2 typically needs two to four times the bitrate of H.264 for comparable visual quality, so transcoding an MPEG-2 archive to H.264 for delivery and secondary storage tiers can meaningfully reduce footprint — though the original MPEG-2 master is usually worth retaining if it's the highest-quality source.

Can macOS open MPEG-2 files natively?

Not reliably — QuickTime Player historically required a separate paid MPEG-2 Playback Component that Apple has since discontinued. VLC or ffmpeg are the practical options on modern macOS.

What's the difference between a .mpg, a .vob, and a .m2ts file?

All three can carry MPEG-2 video, but in different container flavors: .mpg and .vob are MPEG-2 Program Stream (the DVD-Video form), while .m2ts is MPEG-2 Transport Stream, the form used by Blu-ray and AVCHD camcorders.

Should a DAM keep MPEG-2 as the master format for DVD-derived assets?

Only if it's the best available source. Since MPEG-2 patents are unencumbered, there's no licensing reason to transcode away from it immediately, but its low efficiency means most DAMs generate an H.264 or H.265 proxy for browsing and delivery while keeping the original MPEG-2 as an archival reference.

Does Windows play MPEG-2 files without extra software?

Modern Windows (8 onward) includes a built-in MPEG-2 decoder in most configurations; where it's missing, Microsoft offers a free "MPEG-2 Video Extension" through the Microsoft Store rather than requiring third-party codec packs.

Sources