Main Page | See live article | Alphabetical index

MPEG

Acronym for Moving Picture Experts Group, a small group charged with the development of video and audio encoding standards. Since its first meeting in 1988, MPEG has grown to include approximately 350 members from various industries and universities. MPEG is ISO/IEC JTC1/SC29 WG11.

MPEG has standardized the following compression formats and ancillary standards:

How MPEG works

The MPEG codecs use lossy data compression using transform codecs. In lossy transform codecs, samples of picture or sound are taken, chopped into small segments, transformed into a 'frequency' space, and quantized. The resulting quantized values are then entropy coded.

The moving picture coding systems such as MPEG-1, MPEG-2, and MPEG-4 add an extra step, where the picture content is predicted from past reconstructed images before coding, and only the differences from the reconstructed pictures, and any extra information needed to perform the prediction, are coded.

MPEG standardizes only the bitstream format and the decoder. The encoder is not standardized in any way but there are reference implementations available for members that produce valid bitstreams.

See also:

External links