ISO Base Media File Format
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Metaformats |locfdd={{LoCFDD|fdd000079}} }} '''ISO Base Media File Format''' (occasionally abbreviated ''BMFF'') is a metaformat fo...") |
|||
Line 14: | Line 14: | ||
== Identification == | == Identification == | ||
Files use [[boxes/atoms format]], and have both an "<code>ftyp</code>" box and an "<code>moov</code>" box. (We're not aware of any other standard formats that meet these conditions.) | Files use [[boxes/atoms format]], and have both an "<code>ftyp</code>" box and an "<code>moov</code>" box. (We're not aware of any other standard formats that meet these conditions.) | ||
+ | |||
+ | == Specifications == | ||
+ | * [http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html ISO Publicly Available Standards] → "ISO/IEC 14496-12..." and "ISO/IEC 15444-12..." | ||
== Links == | == Links == |
Revision as of 00:30, 4 April 2014
ISO Base Media File Format (occasionally abbreviated BMFF) is a metaformat for "time-based" media formats (mainly audio and video). It is based on the more-general metaformat we're calling boxes/atoms format.
It is defined by Part 12 of the MPEG-4 standard, and also by Part 12 of the JPEG 2000 standard.
Much of the format was copied from QuickTime format, though not all QuickTime files use ISO Base Media File Format.
Among the formats based on it are MJ2 and MP4.
Identification
Files use boxes/atoms format, and have both an "ftyp
" box and an "moov
" box. (We're not aware of any other standard formats that meet these conditions.)
Specifications
- ISO Publicly Available Standards → "ISO/IEC 14496-12..." and "ISO/IEC 15444-12..."