Mpeg 1 Standard

The MPEG-1 standard is a suite of international specifications for the lossy compression of moving pictures and associated audio, published as ISO/IEC 11172 in 1993. Developed by the Moving Picture Experts Group, it targets bit rates up to about 1.5 Mbit/s to match single-speed CD-ROM throughput.

What Is the MPEG 1 Standard?

The MPEG-1 standard is a suite of international specifications for the lossy compression of moving pictures and associated audio, published as ISO/IEC 11172 in August 1993. It was developed by the Moving Picture Experts Group, a joint committee of ISO and IEC, and targets digital storage media at bit rates up to approximately 1.5 Mbit/s. That target rate was chosen to match the throughput of single-speed CD-ROM drives, the dominant consumer storage medium when development began in 1988. The standard defines a container format, a video codec, and a layered audio codec, each specified in separate parts to allow independent implementation and conformance testing.

MPEG-1 draws its technical roots from two earlier standards: the ITU-T H.261 videoconferencing codec, which established the block-transform coding paradigm, and JPEG for still image compression. By combining motion-compensated prediction with discrete cosine transform (DCT) quantization, MPEG-1 achieved compression ratios far beyond anything previously standardized for full-motion video.

Video Coding

Part 2 of ISO/IEC 11172 specifies the compressed representation of progressive video sequences at the Source Input Format (SIF) resolution, typically 352 by 240 pixels for NTSC sources or 352 by 288 for PAL. The codec organizes frames into three types: intra-coded (I) frames compressed independently like JPEG images, predictive (P) frames that reference the nearest prior I or P frame using motion vectors, and bidirectional (B) frames that interpolate between two reference frames. This group-of-pictures (GOP) structure allows random access at I-frame boundaries while maximizing compression across the sequence. Motion estimation compensates for object displacement between frames at the macroblock level, and the residual error is transformed with an 8-by-8 DCT, quantized, and entropy-coded using run-length and Huffman coding. The video quality at the standard's 1.15 Mbit/s profile is roughly comparable to VHS, as documented in the Library of Congress digital format description for MPEG-1 video.

Audio Coding

Part 3 defines three hierarchical layers of audio compression, each progressively more complex and efficient. Layer I, the simplest, divides the audio spectrum into 32 subbands and applies bit allocation with minimal psychoacoustic modeling. Layer II adds more sophisticated masking computations and was adopted for Digital Audio Broadcasting and Video CD audio tracks. Layer III, widely known as MP3, applies a modified discrete cosine transform within each subband, introduces Huffman entropy coding, and uses a more detailed psychoacoustic model to exploit auditory masking, allowing near-CD quality at 128 kbit/s per channel. All three layers support sampling rates of 32, 44.1, and 48 kHz in mono and stereo modes. The MPEG.org overview of the MPEG-1 standard provides the official description of the layer hierarchy and conformance requirements.

Systems Layer and Multiplexing

Part 1 specifies the systems layer, which defines how compressed video and audio elementary streams are multiplexed into a single bitstream for storage or transmission. The systems layer introduces the concept of the program stream, where packets from each elementary stream carry timestamps that a decoder uses for synchronization. This packetization and timestamping architecture influenced subsequent MPEG standards, including the transport stream defined in MPEG-2 for broadcast use.

Applications

The MPEG-1 standard has been applied across a range of domains, including:

  • Video CD (VCD) consumer disc format for playback of full-length films
  • MP3 audio encoding for portable music players and internet audio distribution
  • Early video streaming and CD-ROM-based multimedia titles
  • Digital video editing and archiving at near-VHS quality
  • Legacy playback compatibility in broadcast and video-on-demand systems
Loading…