EN
Back to the archive

The encyclopedia · Software & IT · Technical decision · 2001

MPEG folded Apple's QuickTime into one ISO container and MP4 became the video file

MP4's ISO base media file format stores timed audio and video in self-describing boxes, so one small file plays on practically any device.

MPEG · Apple

the move

Early video lived in proprietary containers tied to one player: a QuickTime or AVI file only made sense to the application that wrote it, so sharing video meant re-encoding.

MPEG took Apple's QuickTime container and generalized its architecture into the ISO base media file format, published as the MP4 file format in 2001 as ISO/IEC 14496-14.

The container is a sequence of self-describing boxes: a 'moov' box holds timing and structure, an 'mdat' box holds raw media, and an 'ftyp' box declares the brand. Because the structure is explicit and standardized, any conformant player can seek, order and play the streams no matter which codec they use.

That generality is why MP4 and its siblings MPEG-4 and 3GP won: one small standardized file carries audio, video and subtitles for any device.

why it works

  • A self-describing box structure lets any player parse timing and media independently.
  • The format is container-only, so it hosts many codecs without being tied to one.
  • Being an ISO standard made it acceptable to every vendor.
  • One small file with a single structure is simple to store, stream and swap.
the payoffDescribe media with boxes, so any player reads any fileclever

what transfers

Separate the container from the codec and describe it with a self-identifying structure, so any reader can navigate the file and the format survives even when codecs change.

what came after

MP4 and the ISO base media file format became the default way to store and stream video online. Its ubiquity was recognized with a Technology and Engineering Emmy in 2021, and the same boxed structure underlies MP4, 3GP and Motion-JPEG 2000.

references

spotted an error? The archive wants to know.

same kind of clever