QuickTime MIME Type
video/quicktime identifies, how MOV stores media, which software opens it, and how Poly supports QuickTime movies. MIME type details for video/quicktime
In active use| MIME type | video/quicktime |
|---|---|
| Extensions | .mov |
| First standardized | 1991 |
| Created by | Apple Inc. |
| Browser support | Safari |
| Example applications | QuickTime Player, Apple Motion |
| Poly support | Yes. Poly recognizes `.mov` QuickTime movies and supports compatible video, audio, and metadata for playback and discovery. |
| Indexed by Poly | Yes. Poly makes the filename, available technical details, spoken transcript, and visual content searchable. A transcript requires audible speech. |
| Preview in Poly | Yes. Poly provides a thumbnail, timeline previews, and in-app playback for supported media. |
| Poly agent | Yes. The Poly agent can use supported visual content, spoken transcript, and metadata from the movie. |
What does video/quicktime mean?
The video/quicktime media type identifies a QuickTime movie, commonly stored with the .mov extension. MOV is a container, not a video codec. One movie can combine video, audio, subtitles, timecode, and metadata, with each track using its own encoding.12
IANA registered video/quicktime in June 1993 with no required or optional parameters. The registration describes QuickTime movies as binary data and recommends a single-fork movie file for exchange beyond classic Macintosh systems.1
.mov filename does not reveal its codecs. Two QuickTime movies can have completely different playback requirements even though both use video/quicktime.How to identify a QuickTime movie
QuickTime files are built from units Apple calls atoms. Each atom begins with a size and a four-byte type, then contains data or more atoms. This structure lets readers skip unfamiliar atoms and made the format adaptable to new media types.3
There is no short byte signature shared by every valid MOV file. Some QuickTime movies begin with an ftyp atom, but that atom is optional. When it is present, its major and compatible brands describe which related file-format specifications the file follows. A QuickTime-compatible ftyp atom includes the qt brand.4
A reliable inspection therefore checks:
- Atom sizes and hierarchy, not just the
.movextension. - The brands in
ftyp, when that atom exists. - Every video, audio, subtitle, and metadata track that matters to the workflow.
- Whether the movie is self-contained or refers to media stored elsewhere.
QuickTime can reference media outside the movie file. That is useful in production, but a reference movie may stop working when moved away from its related assets. For sharing or archiving, verify that the copy is self-contained.5
How to open a video/quicktime file
QuickTime Player is the natural first choice on macOS. Apple Motion also lists MOV among its supported containers and can combine clips that use different codecs.67 Other maintained media players and editors may open MOV files when they support every codec and feature used by the tracks.
Browser support is narrower than the familiar .mov extension suggests. MDN lists Safari for the QuickTime container and recommends MP4 when one web video must reach the broadest range of browsers.2
Apple's current QuickTime Player exports MOV with H.264 or HEVC video. Choosing H.264 favors compatibility, while HEVC can produce a smaller file and can preserve transparency in supported material.6
QuickTime movie support in Poly
Poly gives supported .mov videos a practical browsing and search experience:
- A representative thumbnail and timeline previews for navigation.
- In-app playback that can jump to a matching moment.
- Available details such as duration, dimensions, frame rate, codecs, color information, and audio tracks.
- Search across the filename, spoken transcript, and visual content.
- Access to supported visual content, transcript, and metadata through the Poly agent.
Transcript search requires audible speech. A silent movie can still benefit from visual search. Playback and content-aware features depend on the media carried by the container.
See Supported File Types for the compact video feature comparison.
MOV compared with MP4 and M4V
MOV, MP4, and M4V share an atom- or box-based design, but their labels communicate different format expectations.
| Format | Typical extension | Media type | Best fit |
|---|---|---|---|
| QuickTime movie | .mov | video/quicktime | Apple media workflows, editing masters, timecode, and specialized tracks. |
| MP4 video | .mp4 | video/mp4 | Broad device and browser delivery. |
| M4V | .m4v | video/x-m4v | Apple's M4V convention, including some purchased video. |
Apple explains that QuickTime was the basis for the MPEG-4 and JPEG 2000 file formats, but they remain distinct formats despite many similar structures.8 The ftyp brands help distinguish a true QuickTime movie from an MPEG-4 file that was merely given a .mov extension or the video/quicktime label.4
Renaming clip.mov to clip.mp4 does not perform that conversion. It changes the filename without changing the container brands, tracks, or codecs.
Converting MOV to MP4 or WebM
Choose the conversion method after inspecting the tracks:
| Goal | Approach | What to expect |
|---|---|---|
| Broad playback | Export H.264 video with AAC audio in MP4 | A widely compatible delivery copy. |
| Smaller Apple-focused copy | Export HEVC in MOV | Efficient video, with compatibility depending on the destination device. |
| Open web delivery | Encode supported video and audio into WebM | A web-focused alternative that usually requires re-encoding. |
| Preserve compatible encoded media | Remux into the destination container | No quality loss, but only when every required track is valid in the new container. |
Remuxing changes the container without recompressing compatible tracks. Re-encoding can improve compatibility, but it may lose quality and omit specialized data. Before discarding the source, compare duration, synchronization, frame rate, color and HDR behavior, captions, timecode, alpha, and every required audio track.
When was QuickTime created?
Apple introduced QuickTime in 1991. The format went on to influence the ISO Base Media File Format and the later MP4 family.29 The IANA record followed in 1993 and still defines video/quicktime as the registered media type.1
QuickTime remains active in Apple media production. For example, current QuickTime Player exports .mov, and the Library of Congress lists selected ProRes encodings in a QuickTime container among its preferred formats for file-based video.610
Footnotes
- Internet Assigned Numbers Authority. video/quicktime Media Type Registration. ↩ ↩2 ↩3
- MDN Web Docs. Media Container Formats. MDN documents the
.movextension,video/quicktime, Safari container support, and the relationship between QuickTime and MP4. ↩ ↩2 ↩3 - Apple Developer Documentation. Atoms. Apple defines the size-and-type atom structure and its hierarchy. ↩
- Apple Developer Documentation. File Type Compatibility Atom (
ftyp). Apple explains compatible brands, theqtbrand, and the distinction between QuickTime and MPEG-4 files. ↩ ↩2 - Apple Developer Documentation. Using QuickTime Files and Media Layouts. QuickTime movies may contain media or refer to media stored elsewhere. ↩
- Apple Support. Export Movies to Other File Formats and Resolutions Using QuickTime Player on Mac. ↩ ↩2 ↩3
- Apple Support. Supported Media Formats in Motion. ↩
- Apple Developer Documentation. QuickTime File Format. Apple describes QuickTime as the basis for MPEG-4 and JPEG 2000 while identifying them as distinct file types. ↩
- Library of Congress. QuickTime File Format. The format description records its 1991 introduction and later influence on MPEG-4. ↩
- Library of Congress. Recommended Formats Statement 2025-2026. The moving-image guidance lists selected ProRes encodings in a QuickTime
.movcontainer. ↩