QuickTime

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Sample files)
 
(14 intermediate revisions by 7 users not shown)
Line 5: Line 5:
 
|mimetypes={{mimetype|video/quicktime}}
 
|mimetypes={{mimetype|video/quicktime}}
 
|pronom={{PRONOM|x-fmt/384}}
 
|pronom={{PRONOM|x-fmt/384}}
 +
|wikidata={{wikidata|Q942350}}
 +
|kaitai struct=quicktime_mov
 
}}
 
}}
 +
:''"MOV" redirects here. For another MOV format, see [[Electronic Arts MOV]]. For movie formats in general, see [[Video]].''
 +
 
'''QuickTime''' is a container format developed by Apple Computer, Inc.  It is usually used to wrap video content, but can also be used to wrap sound and still image data.   
 
'''QuickTime''' is a container format developed by Apple Computer, Inc.  It is usually used to wrap video content, but can also be used to wrap sound and still image data.   
  
Line 11: Line 15:
  
 
A now-deprecated related format for still images taken from a QuickTime video is [[QTIF]].
 
A now-deprecated related format for still images taken from a QuickTime video is [[QTIF]].
 +
 +
==History==
 +
 +
QuickTime was originally released in 1991 following years of internal development.
 +
QuickTime exists in 7 minor format releases from 1991 (1.x) through 2016 (7.x).
 +
A major upgrade to the platform occurred in 2009 with QuickTime X.
 +
The current version of classic QuickTime is 7.7.9 as of 2016.
 +
QuickTime X is At version 10.5
  
 
== Format ==
 
== Format ==
Line 21: Line 33:
 
** Mentions "creator/file type of the downloaded movie to QuickTime VR’s 'vrod'/'MooV'", which may be the type?
 
** Mentions "creator/file type of the downloaded movie to QuickTime VR’s 'vrod'/'MooV'", which may be the type?
 
** ffprobe shows "Stream #0:1(eng): Data: none (pano / 0x6F6E6170), 0 kb/s", so I presume 'pano' is the ftyp/FourCC?
 
** ffprobe shows "Stream #0:1(eng): Data: none (pano / 0x6F6E6170), 0 kb/s", so I presume 'pano' is the ftyp/FourCC?
** "The media type of the panorama track is 'pano'." from [https://developer.apple.com/library/mac/documentation/QuickTime/QTFF/qtff Quicktime file format specification], page 289.
+
** "The media type of the panorama track is 'pano'." from Quicktime file format specification, page 289.
 
* [http://www.synthetic-ap.com/qtvr/qtvrsamp.html Example Quicktime VR files]
 
* [http://www.synthetic-ap.com/qtvr/qtvrsamp.html Example Quicktime VR files]
  
 
== Specifications ==
 
== Specifications ==
  
* [http://developer.apple.com/standards/classicquicktime.html QuickTime File Format Specification (classic, 2001)]  
+
* [https://developer.apple.com/standards/classic-quicktime/ QuickTime File Format Specification (classic, 2001)]  
* [http://developer.apple.com/mac/library/documentation/QuickTime/QTFF/ QuickTime File Format Specification (current, as of 2012)]
+
* [https://developer.apple.com/library/content/documentation/QuickTime/QTFF/ QuickTime File Format Specification (current version)]
  
 
== Metaformat files ==
 
== Metaformat files ==
  
* [https://www.synalysis.net/Grammars/qt.grammar Synalysis grammar file] (for Hexinator / Synalize It!; [[Synalysis grammar file|more details]])
+
* {{Synalysis|qt}}
  
 
== Software ==
 
== Software ==
 +
* [[Konvertor]]
 
* [http://archive.org/download/PowerPlay0597/PowerPlay0597.iso01.iso/TOOLS/Qtime/QT32INST.EXE QuickTime 2.1.2 for Windows (c. 1997)]
 
* [http://archive.org/download/PowerPlay0597/PowerPlay0597.iso01.iso/TOOLS/Qtime/QT32INST.EXE QuickTime 2.1.2 for Windows (c. 1997)]
 
* [http://www.apple.com/quicktime/download/ Current QuickTime download]
 
* [http://www.apple.com/quicktime/download/ Current QuickTime download]
 +
* [[FFmpeg]]
  
 
== Sample files ==
 
== Sample files ==
 
 
* [http://support.apple.com/kb/HT1425 Apple's sample QuickTime files in several encodings]
 
* [http://support.apple.com/kb/HT1425 Apple's sample QuickTime files in several encodings]
 +
* {{DexvertSamples|video/mov}}
 +
* {{DexvertSamples|audio/quickTimeAudio}}
 +
* http://samples.mplayerhq.hu/mov/
  
 
== See also ==
 
== See also ==
 
* [[Boxes/atoms format]]
 
* [[Boxes/atoms format]]
 +
* [[ISO Base Media File Format]]
 
* [[MPEG-4]]
 
* [[MPEG-4]]
 
* [[PICT]]
 
* [[PICT]]
Line 56: Line 73:
  
 
[[Category:Apple]]
 
[[Category:Apple]]
 +
[[Category:Box file format]]

Latest revision as of 03:40, 18 February 2024

File Format
Name QuickTime
Ontology
Extension(s) .mov
MIME Type(s) video/quicktime
PRONOM x-fmt/384
Wikidata ID Q942350
Kaitai Struct Spec quicktime_mov.ksy
"MOV" redirects here. For another MOV format, see Electronic Arts MOV. For movie formats in general, see Video.

QuickTime is a container format developed by Apple Computer, Inc. It is usually used to wrap video content, but can also be used to wrap sound and still image data.

The QuickTime format was used as the basis for the international standard MPEG-4 format.

A now-deprecated related format for still images taken from a QuickTime video is QTIF.

Contents

[edit] History

QuickTime was originally released in 1991 following years of internal development. QuickTime exists in 7 minor format releases from 1991 (1.x) through 2016 (7.x). A major upgrade to the platform occurred in 2009 with QuickTime X. The current version of classic QuickTime is 7.7.9 as of 2016. QuickTime X is At version 10.5

[edit] Format

See boxes/atoms format. Starting in 2004, the QuickTime movie file specification has been based on ISO Base Media File Format, with a brand of "qt  ".

[edit] Quicktime VR

In the past, the Quicktime format has been used as a container for so called Virtual Reality (or rather, 360 degree panorama) data. Not clear how to identify. File extensions usually just .mov, but may be .qt or more specifically .qvr (possibly .qtvr?).

  • Getting started with QuickTime VR - tutorial from February, 1996.]
    • Mentions "creator/file type of the downloaded movie to QuickTime VR’s 'vrod'/'MooV'", which may be the type?
    • ffprobe shows "Stream #0:1(eng): Data: none (pano / 0x6F6E6170), 0 kb/s", so I presume 'pano' is the ftyp/FourCC?
    • "The media type of the panorama track is 'pano'." from Quicktime file format specification, page 289.
  • Example Quicktime VR files

[edit] Specifications

[edit] Metaformat files

[edit] Software

[edit] Sample files

[edit] See also

[edit] Links and references

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox