QuickTime
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (→Specifications) |
||
Line 28: | Line 28: | ||
* [http://developer.apple.com/standards/classicquicktime.html QuickTime File Format Specification (classic, 2001)] | * [http://developer.apple.com/standards/classicquicktime.html QuickTime File Format Specification (classic, 2001)] | ||
* [http://developer.apple.com/mac/library/documentation/QuickTime/QTFF/ QuickTime File Format Specification (current, as of 2012)] | * [http://developer.apple.com/mac/library/documentation/QuickTime/QTFF/ QuickTime File Format Specification (current, as of 2012)] | ||
+ | |||
+ | == Metaformat files == | ||
+ | |||
+ | * [https://www.synalysis.net/Grammars/qt.grammar Synalysis grammar file] (for Hexinator / Synalize It!; [[Synalysis grammar file|more details]]) | ||
== Software == | == Software == |
Revision as of 15:07, 25 January 2015
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 |
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
".
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
Specifications
- QuickTime File Format Specification (classic, 2001)
- QuickTime File Format Specification (current, as of 2012)
Metaformat files
- Synalysis grammar file (for Hexinator / Synalize It!; more details)