← Graph

MP4

concept 3 connections

MPEG-4 Part 14 container format, based on the ISO base media format which itself derives from Apple's QuickTime. Not a codec — a container carrying codecs and metadata. Composed of three parts: ftyp (file-type / brand identification), mdat (media data and streams), and metadata. Metadata is structured as 'atoms' in two broad groups: fixed file parameters and specific pointers to chunks of video/audio frames. Metadata is required before a player can start streaming. By convention produced at the end of the file in a single ffmpeg pass; streaming-optimized output requires moving it to the front (see faststart).

category
format
Deep dive into MP4 as a container format and its metadata structure.
about
MP4 concept
Faststart moves MP4 metadata to the front of the file.
concept MP4
related_to
MP4 is based on the ISO base media format, which derives from QuickTime.

Provenance

Read by
2 extractions