Reference Formats
MOV
MOV is Apple's QuickTime container format that stores video, audio, text, and metadata as separate synchronized tracks using a hierarchical structure of "atoms."
Extension
.mov
Full name
QuickTime File Format (QTFF)
Introduced
December 1991 (with the QuickTime 1.0 release)
Vendor
Apple
What is inside the container
MOV is a container, not a codec: a .mov file can wrap H.264, H.265/HEVC, Apple ProRes, DV, or many other video codecs alongside PCM, AAC, or other audio. Its atom-based structure — the same architecture MPEG later adapted for MP4 — separates timing and metadata atoms from the actual sample data, which is why professional NLEs use it as a flexible wrapper for high-bitrate mezzanine and camera-original footage.
How to open it
For archives
Treat camera-original MOV files (common from iPhones, Apple cameras, and ProRes-capable cinema cameras) as archival masters and keep them unmodified, since re-wrapping or re-encoding a ProRes MOV to MP4/H.264 discards the higher bit depth and lower-compression advantage that made ProRes the capture choice. A DAM should record the internal codec (not just the .mov container) in metadata, since two MOV files can differ enormously in quality and editability depending on what codec they wrap.
Apple released QuickTime on December 2, 1991, and with it the QuickTime File Format — MOV — designed by an Apple engineering team to make digital video a standard, playable data type on the Macintosh at a time when that was a genuinely novel idea. Its atom-based structure, which separates metadata from media samples, proved flexible enough that MPEG later used it as the direct basis for the international MP4 standard a decade later.
Rather than fading as MP4 took over general-purpose video, MOV became the default wrapper for Apple’s professional post-production codecs, most notably ProRes, and remains the native recording format on iPhones and many professional cinema cameras. Because MOV is a container that can hold almost any codec, two .mov files with the same extension can be worlds apart — one a small H.264 phone clip, the other a multi-gigabyte-per-minute ProRes 4444 master.
In a DAM, that container/codec gap is the operational reality: cataloging by extension alone tells you nothing about whether a MOV file is a lightweight proxy or a heavyweight edit master. Effective ingest pipelines read the codec from the file header (not the filename), store it as searchable metadata, and route ProRes or other mezzanine-codec MOVs to appropriate storage tiers rather than treating every .mov as a small web-ready file.
Frequently asked
Does the .mov extension tell you what codec is actually inside?
No — MOV is a container, not a codec, and can wrap H.264, H.265/HEVC, Apple ProRes, DV, or many other codecs. Two .mov files can differ enormously in quality, so a DAM should read the codec from the file header rather than assume it from the extension.
When should a MOV file be treated as an archival master versus a proxy?
Camera-original MOV files — common from iPhones, Apple cameras, and ProRes-capable cinema cameras — should be treated as archival masters and kept unmodified, since re-encoding a ProRes MOV to MP4/H.264 discards its higher bit depth and lower-compression advantage.
What metadata should a DAM record for MOV assets beyond the container type?
The internal codec should be recorded as searchable metadata, since it determines actual quality and editability far more than the .mov extension, and it lets a DAM route ProRes or other mezzanine-codec MOVs to appropriate storage tiers.
Why did MOV remain relevant after MP4 became the general-purpose web standard?
MOV became the default wrapper for Apple's professional post-production codecs, most notably ProRes, and remains the native recording format on iPhones and many professional cinema cameras, so it persists specifically in production and mobile-capture workflows.
What editing tools ingest MOV directly?
Final Cut Pro, Adobe Premiere Pro, and DaVinci Resolve all ingest MOV directly, including ProRes-wrapped MOV files, without requiring conversion beforehand.
Can Windows systems open MOV files without QuickTime installed?
Yes — VLC Media Player plays MOV on Windows without requiring QuickTime to be installed, which is useful for review workflows outside macOS.
What structural feature does MOV share with MP4, and why does that matter for DAM tooling?
Both use an atom-based structure separating metadata from media samples — a design MPEG adapted directly for the MP4 standard — so parsing or indexing tools built for one container's structure often have a head start understanding the other.
How old is the MOV format, and does its age affect long-term readability?
Apple released QuickTime and the MOV format in December 1991; its long history and continued active use in professional and mobile capture mean current tooling support remains strong, unlike some other legacy containers.
Sources
- QuickTime was released on December 2, 1991 for the Macintosh, and the QuickTime File Format uses a hierarchical structure of atoms to separate metadata from media samples. checked 2026-08-07 — Wikipedia: QuickTime File Format
- The MP4 file format is directly based on the QuickTime File Format published by Apple. checked 2026-08-07 — Wikipedia: MP4 file format