Everything you need to know about MOV
MOV (.mov) is Apple's QuickTime container format, introduced in 1991 and the architectural ancestor of MP4 itself. It uses the same atom-based structure as MP4, but with proprietary Apple metadata, alternative codecs (Apple ProRes, Animation), and tighter integration with the Final Cut Pro and Logic ecosystems.
How it works under the hood
- Same DNA as MP4. Both formats use ISO Base Media File Format. You can often rename a `.mov` to `.mp4` and have it play - but you may lose Apple-specific tracks (timecode, alpha channels, captions).
- Apple ProRes inside. ProRes is the broadcast/film industry's intermediate codec. It's lossy but visually transparent at typical bitrates (145-880 Mbps). Almost always wrapped in MOV.
- Reference movies. A MOV can reference external files instead of embedding media - useful for editing workflows where you want lightweight project files.
- Alpha channel support. MOV with Animation or ProRes 4444 codec preserves transparency, which MP4 cannot do reliably.
Where you'll actually use it
- Final Cut Pro, Logic Pro, and other Apple creative apps
- Broadcast and film workflows with ProRes intermediates
- VFX and motion graphics with alpha channel transparency
- iPhone and Mac native screen recording (.mov by default)
How it compares to alternatives
MOV vs MP4: MOV is for production and editing; MP4 is for delivery. MOV vs MKV: MKV is open-source with broader codec support; MOV is Apple-native with better pro-codec support. For web playback, transcode MOV to MP4.
Things that will trip you up
- MOV with ProRes won't play in Chrome/Firefox - use MP4 H.264 for web delivery
- iPhone-recorded MOVs use HEVC by default since iOS 11 - older Windows machines need codec packs
- Final Cut Pro saves project files as MOV reference movies - never edit them outside FCP