Skip to content
Novus Examples
mov

What is a .mov file?

video/quicktime

MOV is Apple's QuickTime container, introduced in 1991 and the direct ancestor of MP4. ISO adopted its box structure as the basis of ISOBMFF, so the two are close relatives rather than rivals. Beyond video and audio it carries timecode tracks, edit lists, and reference movies — files of a few kilobytes that play only where the media they point at still lives. It also carries codecs MP4 does not, notably ProRes and Animation with a true alpha channel, which keeps it the working format of professional editing.

How to use a .mov file

Use an example MOV to test QuickTime box parsing, timecode and edit-list handling, and MOV-to-MP4 remuxing — confirming that a stream copy is chosen when the codecs allow it, that an alpha channel survives where the target supports one, and that a reference movie is not mistaken for self-contained media.

Convert a .mov file to another format

← All file formats