Difference between revisions of "QuickTime container"

From VideoLAN Wiki
Jump to navigation Jump to search
(Encoding is supported. Link to source code)
m (Fix broken Template:Mux instance)
Line 1: Line 1:
{{Mux|mov|encoder=y}}
+
{{Mux|id=mov|encoder=y}}
 
{{Wikipedia|QuickTime File Format}}
 
{{Wikipedia|QuickTime File Format}}
 
{{Mmwiki|QuickTime container}}
 
{{Mmwiki|QuickTime container}}

Revision as of 04:07, 25 March 2019

mov
VLC can encode and decode this container.
The module name to use at the command line is mov.

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).

The QuickTime container was made into a standard "ISO base media file format", the basis for MPEG-4 (part 14) and 3GP.

Source code