MPEG-2 (1994) is the designation for a group of audio and video coding standards agreed upon by MPEG (Motion Pictures Coding Experts Group), and published as ISO standard 13818. MPEG-2 is typically used to encode audio and video for broadcast signals, including digital satellite and Cable TV. MPEG-2, with some modifications, is also the coding format used by standard commercial DVD movies.

MPEG-2 is similar to MPEG-1, but also provides support for interlaced video (the format used by broadcast TV systems.) MPEG-2 video is not optimized for low bit-rates (less than 1 Mbit/s), but outperforms MPEG-1 at 3 Mbit/s and above. MPEG-2 also introduces and defines Transport Streams, which are designed to carry digital video and audio over unreliable media, and are used in broadcast applications. With some enhancements, MPEG-2 is also the current standard for HDTV transmission. A standards-compliant MPEG-2 decoder should be capable of playing back MPEG-1 streams.

MPEG-2 audio, defined in Part 3 of the standard, enhances MPEG-1's audio by allowing the coding of audio programs with more than two channels. Part 3 of the standard allows this to be done in a backwards compatible way, allowing MPEG-1 audio decoders to decode the two main stereo components of the presentation, or in a non backwards compatible way, which allows encoders to make better use of available bandwidth. MPEG-2 supports various audio formats, including MPEG-2 AAC.

Table of contents
1 MPEG-2, the Standard
2 MPEG-2 video coding (simplified)
3 MPEG-2 audio encoding
4 MPEG-2 on DVD
5 MPEG-2 on DVB
6 MPEG-2 standards

MPEG-2, the Standard

General information about MPEG-2 Video and MPEG-2 Audio excluding modifications when used on DVD / DVB.

A MPEG-2 System Stream typically consists of two elements:

MPEG-2 video coding (simplified)

MPEG-2 is for the generic coding of moving pictures and associated audio and creates a video stream out of three types of frame data (intra frames, forward predictive frames and bidirectional predicted frames) arranged in a specified order called the GOP structure (GOP = Group Of Pictures - see below).

Typically the originating material is a video sequence at a pre-set pixel resolution at 25 (CCIR) or 29.997 (FCC) frames/second with sound.

MPEG-2 supports both interlaced and progressive scan video streams. In progressive scan streams, the basic unit of encoding is a frame, while in interlaced streams, the basic unit is a field. In the discussion below, the generic terms "picture" and "image" refer to either fields or frames, depending on the type of stream.

The MPEG-2 stream is made up of a series of data frames encoding pictures. The three ways of encoding a picture are: intra-coded (I picture), forward predictive (P picture) and bidirectional predictive (B picture).

The video image is separated into one luminance (Y) and two chrominance channels (also called color difference signals U and V). It is also divided into "macroblocks", which are the basic unit of coding within a picture. Each macroblock is divided into four 8x8 luminance blocks. The number of 8x8 chrominance blocks per macroblock depends on the chrominance format of the source image. For example, in the common 4:2:0 format, there is one chrominance block per macroblock for each of the channels, making a total of six blocks per macroblock.

In the case of I pictures, the actual image data is then passed through the encoding process described below. P and B pictures are first subjected to a process of "motion compensation", in which they are correlated with the previous (and in the case of B pictures, the next) image. Each macroblock in the P or B picture is then associated with an area in the previous or next image that is well-correlated with it. The "motion vector" that maps the macroblock to its correlated area is encoded, and then the difference between the two areas is passed through the encoding process described below.

Each block is treated with an 8x8 discrete cosine transform. The resulting DCT coefficients are then quantized according to a pre-defined scheme, re-ordered to maximize the probability of long runs of zeros, and run-length coded. Finally a fixed-table huffman encoding scheme is applied.

I pictures encode for spacial redundancy, P and B pictures for temporal redundancy. Because adjacent frames in a video stream are often well-correlated, P pictures may be 10% of the size of I pictures, and B pictures 2% of their size.

The sequence of different frame types is called the Group of Pictures (GOP) structure. There are many possible structures but a common one is 15 frames long, and has the sequence I_BB_P_BB_P_BB_P_BB_P_BB_P_BB_. A similar 12 frame sequence is also common. The ratio of I, P and B pictures in the GOP structure is determined by the nature of the video stream and the bandwidth constraints on the output stream, although encoding time may also be an issue. This is particularly true in live transmission and in real-time environments with limited computing resources, as a stream containing many B pictures can take three times longer to encode than an I-picture-only file.

The output bit-rate of an MPEG-2 encoder can be constant or variable, with the maximum bit rate determined by the playback media - for example the DVD movie maximum is 10.4 Mbit/s. To achieve a constant bit-rate the degree of quantization is iteratively altered to achieve the output bit-rate requirement. Increasing quantization leads to visible artefacts when the stream is decoded, generally in the form of "mosaicing", where the discontinuities at the edges of macroblocks become more visible as bit rate is reduced. Sony Launched The MPEG IMX Professional Videotape For an Bitrate Of Up To 50Mbps @ 4:2:2P@ML

MPEG-2 audio encoding

MPEG-2 also introduces new audio encoding methods. These are

MPEG-2 on DVD

Additional restictions and modifications on DVD.

  • Resticted to one of the following resolutions
    • 720 x 480 pixel, 59.994 fields/sec ((FCC))
    • 720 x 480 pixel, 29.994 frames/sec ((FCC))
    • 720 x 576 pixel, 50 fields/sec ((CCIR))
    • 720 x 576 pixel, 25 frames/sec ((CCIR))
  • max. 9,8 Mbps
  • YUV 4:2:0
  • additional subtitles possible
  • Audio
    • MPEG-2 Layer 2 Audio with 48 kHz possible
    • Digital Dolby up to 448 kbps with 48 kHz possible
    • dts with 754 or 1510 kbps possible
    • There must be at least one track in MPEG Audio or DD audio
  • Restrictions in the GOP structure

MPEG-2 on DVB

Additional restictions and modifications on DVB.

  • Resticted to one of the following resolutions
    • 720 x 480 pixel, 59.994 fields/sec ((FCC))
    • 720 x 480 pixel, 59.994 fields/sec ((FCC))
    • 480 x 480 pixel, 29.994 frames/sec ((FCC))
    • 480 x 480 pixel, 29.994 frames/sec ((FCC))
    • 720 x 576 pixel, 50 fields/sec ((CCIR))
    • 720 x 576 pixel, 25 frames/sec ((CCIR))
    • 480 x 576 pixel, 50 fields/sec ((CCIR))
    • 480 x 576 pixel, 25 frames/sec ((CCIR))
  • ???

MPEG-2 standards

; ISO/IEC 13818-1 : Systems - describes synchronization and multiplexing of video and audio. ; ISO/IEC 13818-2 : Video - compression codec for interlaced and non-interlaced video signals. ; ISO/IEC 13818-3 : Audio - compression codec for perceptual coding of audio signals. A multichannel-enabled extension of MPEG-1 audio (MP3). ; ISO/IEC 13818-4 : Describes procedures for testing compliance. ; ISO/IEC 13818-5 : Describes systems for Software simulation. ; ISO/IEC 13818-6 : Describes extensions for DSM-CC (Digital Storage Media Command and Control.) ; ISO/IEC 13818-7 : Advanced Audio Coding (AAC) ; ISO/IEC 13818-9 : Extension for real time interfaces. ; ISO/IEC 13818-10 : Conformance extensions for DSM-CC.