Difference between revisions of "QuickTime container"

From VideoLAN Wiki
Jump to navigation Jump to search
(+{{Mux}})
(Expand, drawing from Wikipedia, AfterDawn, Mmwiki and Apple developer docs)
Line 2: Line 2:
 
{{Wikipedia|QuickTime File Format}}
 
{{Wikipedia|QuickTime File Format}}
 
{{Mmwiki|QuickTime container}}
 
{{Mmwiki|QuickTime container}}
[[QuickTime]] uses a native file format of QuickTime container.
+
[[QuickTime]] natively uses this container ([https://developer.apple.com/standards/classic-quicktime/ described] as ''QuickTime File Format'' by Apple), which can store other data, including video, audio and text. The advantage of this container format is the separation of data from metadata: writes to metadata do not necessitate a re-write of the entire media file. QuickTime video files have the extension .mov (presumably for movie) or .qt (presumably for QuickTime).
  
 
[[Category:Codecs]]
 
[[Category:Codecs]]

Revision as of 06:17, 14 February 2019

??
VLC can decode this container.
The module name to use at the command line is unknown.

QuickTime natively uses this container (described as QuickTime File Format by Apple), which can store other data, including video, audio and text. The advantage of this container format is the separation of data from metadata: writes to metadata do not necessitate a re-write of the entire media file. QuickTime video files have the extension .mov (presumably for movie) or .qt (presumably for QuickTime).