What is the MOV file format?
.mov is a popular video container format developed by Apple, introduced in 1991 alongside QuickTime 1.0. A .mov file organises its content into tracks (occasionally called "paths" in older documentation), each carrying a specific type of data: video, audio, text subtitles, or timecode. These tracks may also reference data stored in a separate file, making .mov a natural fit for non-destructive editing workflows.
Each track typically uses one or more codecs, so any application playing or editing .mov files must support all codecs present. Common video codecs include H.264, H.265/HEVC, and Apple ProRes; common audio codecs include AAC and uncompressed PCM. Because .mov supports both lossy and lossless codecs - ProRes is widely used in professional production - it is not a purely lossy format.
Advantages of the MOV format
.mov is compatible with macOS, iOS, Windows, and Android. Windows 11's built-in Media Player now opens .mov files natively, reducing the friction that once existed outside Apple's ecosystem. The format's track-based atom structure makes it especially well suited to video editing: audio and video streams can be modified independently, and non-destructive edit lists allow trimming without re-encoding.
Similarities between MOV and MP4
The MP4 format was developed on the basis of .mov - the QuickTime File Format became the foundation of MPEG-4 Part 12 (ISO Base Media File Format), with only targeted changes. Both share the same atom/box container structure, which is why conversion between .mov and .mp4 is generally straightforward on any platform. Although .mp4 is more widely encountered online, .mov remains the dominant choice in professional macOS-based video production.
Security & safety
RISK: LOWA genuine .mov is media data, not executable code, so it's safe to play. Cautions: a file named "clip.mov.exe" from an untrusted source could be malware in disguise (check the real extension); crafted media has occasionally exploited player bugs, so keep VLC and system codecs updated; and online MOV-to-MP4 converters upload your video to a third party - for private footage convert locally with VLC/HandBrake/ffmpeg instead. Do not install Apple's QuickTime for Windows, which is unpatched since 2016.
Format details
in a nutshellPrograms that open MOV files
Technical details
deep spec| MIME type | video/quicktime |
| Container structure | Hierarchical atom/box tree (QuickTime File Format; basis of ISO Base Media File Format / MPEG-4 Part 12) |
| File signature | `ftypqt ` at byte offset 4; older files begin with a `moov` or `mdat` atom instead |
| Common video codecs | H.264 (AVC), H.265 (HEVC), Apple ProRes (422, 4444), MPEG-4 Part 2 |
| Common audio codecs | AAC, PCM (uncompressed), Apple Lossless (ALAC), MP3 |
| Track types | Video, audio, text/subtitles, timecode (`tmcd`), chapter |
| Timecode track | Dedicated `tmcd` atom carries SMPTE timecode for broadcast and production workflows |
| Edit list support | Non-destructive edit lists (`elst` atom) allow in-container trimming without re-encoding the media |
| Reference tracks | A track may point to media data in an external file, enabling proxy and multi-file workflows |
| Color metadata | `nclc`/`nclx` atoms carry color primaries, transfer function, and HDR metadata per track |
| Extended atom sizes | 64-bit extended size field supports individual atoms - and files - larger than 4 GB |
| Byte order | Big-endian for all integer fields in atom headers |
| Multi-track | Multiple independent video, audio, and subtitle tracks in one file |
| Lossless support | Supports fully lossless codecs (Apple ProRes 4444 XQ, PCM) alongside lossy codecs |
| Platform origin | Developed for Apple's QuickTime multimedia framework; native support on macOS and iOS |
| Released | 1991 (QuickTime 1.0); the QTFF later became the basis of the MPEG-4/MP4 standard |
| Specification | developer.apple.com |
MOV conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about MOV files.