QuickTime File Format
Multimedia container file format
title: "QuickTime File Format" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["quicktime", "computer-related-introductions-in-1991", "computer-related-introductions-in-2001", "digital-container-formats"] description: "Multimedia container file format" topic_path: "general/quicktime" source: "https://en.wikipedia.org/wiki/QuickTime_File_Format" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0
::summary Multimedia container file format ::
::data[format=table title="Infobox file format"]
| Field | Value |
|---|---|
| name | QuickTime Movie |
| extension | .mov, .movie, .qt |
| mime | video/quicktime |
| type code | MooV |
| uniform type | com.apple.quicktime-movie |
| owner | Apple Inc. |
| type | Container format |
| container for | Audio, video, text |
| extended to | MPEG-4 Part 12 |
| open | Yes |
| free | No |
| released | Proprietary: |
| Public: | |
| latest_release_version | |
| :: |
| name = QuickTime Movie | icon = | logo = | extension = .mov, .movie, .qt | mime = video/quicktime | type code = MooV | uniform type = com.apple.quicktime-movie | magic = | owner = Apple Inc. | type = Container format | container for = Audio, video, text | contained by = | extended from = | extended to = MPEG-4 Part 12 | standard = | open = Yes | free = No | released = Proprietary: Public: | latest_release_version =
QuickTime File Format (QTFF) is a computer file format used natively by the QuickTime framework.
Design
The format specifies a multimedia container file that contains one or more tracks, each of which stores a particular type of data: audio, video, or text (e.g. for subtitles). Each track either contains a digitally-encoded media stream (using a specific format) or a data reference to the media stream located in another file. Tracks are maintained in a hierarchical data structure consisting of objects called atoms. An atom can be a parent to other atoms or it can contain media or edit data, but it is not supposed to do both.
The ability to contain abstract data references for the media data, and the separation of the media data from the media offsets and the track edit lists means that QuickTime is particularly suited for editing, as it is capable of importing and editing in place (without data copying). Other later-developed media container formats such as Microsoft's Advanced Systems Format or the Matroska and Ogg containers lack this abstraction, and require all media data to be rewritten after editing.
Relation to MP4
Because both the QuickTime and MP4 container formats can use the same MPEG-4 formats, they are mostly interchangeable in a QuickTime-only environment. MP4, being an international standard, has more support. This is especially true on hardware devices, such as the PlayStation Portable and various DVD players; on the software side, most DirectShow and Video for Windows codec packs include an MP4 parser, but not one for QTFF.
In QuickTime Pro's MPEG-4 Export dialog, an option called "Passthrough" allows a clean export to MP4 without affecting the audio or video streams. One discrepancy ushered in by QuickTime 7 released on April 29, 2005, is that the QuickTime file format supports multichannel audio (used, for example, in the high-definition trailers on Apple's site).
Extensions
Main article: ISO base media file format, MPEG-4 Part 14
The International Organization for Standardization approved the QuickTime file format as the basis of the MPEG-4 file format. The MPEG-4 file format specification was created on the basis of the QuickTime format specification published in 2001.{{cite web |url= https://developer.apple.com/standards/classicquicktime.html |title= Classic Version of the QuickTime File Format Specification |author= Apple Inc. |year= 2001 |access-date= June 14, 2009 |url= http://www.digitalpreservation.gov/formats/fdd/fdd000037.shtml |title= MPEG-4 File Format, Version 1 |author= Library of Congress |year= 2001 |access-date= June 14, 2009 |url= http://tools.ietf.org/html/rfc4337#page-4 |title= RFC 4337 – MIME Type Registration for MPEG-4 |author= Network Working Group |year= 2006 |doi= 10.17487/RFC4337 |access-date= June 14, 2009 |doi-access= free |url= http://www.iso.org/iso/iso_catalogue/catalogue_ics/catalogue_detail_ics.htm?csnumber=34903 |title= MPEG-4 Part 1: Systems; ISO/IEC 14496-1:2001 |author= International Organization for Standardization |year= 2001 |access-date= June 11, 2009 |url= http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=38538 |title= MPEG-4 Part 14: MP4 file format; ISO/IEC 14496-14:2003 |author= International Organization for Standardization |year= 2003 |access-date= June 11, 2009 |url= http://www.mp4ra.org/specs.html |title= References, MPEG-4 Registration authority |author= mp4ra.org – MP4 Registration authority |access-date= June 14, 2009 |archive-date= September 10, 2012 |archive-url= https://web.archive.org/web/20120910081136/http://www.mp4ra.org/specs.html |url-status= dead |author= ISO |author-link= International Organization for Standardization |title= ISO Base Media File Format white paper – Proposal |date= April 2006 |url= http://www.chiariglione.org/mpeg/technologies/mp04-ff/index.htm |access-date= December 26, 2009 |archive-url = https://web.archive.org/web/20080714101745/http://www.chiariglione.org/mpeg/technologies/mp04-ff/index.htm |archive-date = July 14, 2008}}{{cite web |author= ISO |author-link= International Organization for Standardization |title= ISO Base Media File Format white paper – Proposal |publisher= chiariglione.org |date= October 2009 |url= http://mpeg.chiariglione.org/technologies/mpeg-4/mp04-ff/index.htm |access-date= December 26, 2009}}{{cite web |author= ISO |author-link= International Organization for Standardization |title= ISO/IEC 14496-12:2008, Information technology – Coding of audio-visual objects – Part 12: ISO base media file format |publisher= International Organization for Standardization |year= 2008 |url= http://standards.iso.org/ittf/PubliclyAvailableStandards/c051533_ISO_IEC_14496-12_2008.zip |format= PDF |pages= 88, 94 |access-date= May 30, 2009}}{{cite web |url= http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=38539 |author= International Organization for Standardization |title= MPEG-4 Part 12: ISO base media file format; ISO/IEC 14496-12:2004 |year= 2004 |access-date= June 11, 2009}} A list of all registered extensions for ISO Base Media File Format is published on the official registration authority website www.mp4ra.org. This registration authority for code-points in "MP4 Family" files is Apple Inc. and it is named in Annex D (informative) in MPEG-4 Part 12.
References
References
- (June 4, 1993). "Video Media Types". IANA.
- (November 2005). "The Codecs Parameter for "Bucket" Media Types". IETF.
- (February 14, 2013). "QuickTime File Format". Library of Congress.
- (March 1, 2001). "QuickTime File Format". Apple.
- (September 13, 2016). "QuickTime File Format Specification - Document Revision History".
- Apple Inc.. "QuickTime File Format Specification: Introduction to QuickTime File Format Specification".
- AfterDawn.com. "QuickTime - AfterDawn.com glossary".
- "QuickTime container". MultimediaWiki.
- Apple Inc.. "QuickTime File Format Specification: Movie Atoms".
- [http://hellninjacommando.com/defilerpak/ DefilerPak – A lightweight codec pack for Windows PCs] {{webarchive. link. (August 15, 2015)
- [http://www.k-litecodecpack.com/ K-LiteCodecPack.com: Download Codecs, Videos and MP3s]
- "iTunes Movie Trailers".
::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::