About MOV (QuickTime Movie)
MOV is Apple’s QuickTime container — the format every iPhone video, Mac screen recording, and Final Cut export starts life in. It predates MP4 and in fact served as its blueprint: the international MP4 standard was built directly on QuickTime’s architecture, which is why the two are such close cousins.
Inside Apple’s ecosystem, MOV is invisible — everything just works. Outside it, friction: Windows preview handles it inconsistently, Android often refuses, upload portals reject the extension, and cheaper editing tools stumble. Nothing is wrong with the video itself; the box is simply less universally recognized than its famous descendant.
That family resemblance is great news for conversion: MOV to MP4 here is usually a repackaging job — the video streams move across untouched, near-instantly, with zero quality loss (watch for the “lossless” tag). Professional MOVs are covered too: Apple ProRes masters from Final Cut or capture recorders decode right in the browser, though those always re-encode for delivery. Convertmaxxing reads MOV files but doesn’t create them, which almost nobody needs anyway; the traffic flows the other way.
Strengths
- First-class quality straight from iPhones, Macs, and professional Apple software
- Converts to MP4 losslessly in most cases — a container swap, not a re-encode
- Holds modern efficient video (H.264, HEVC) identical to what MP4 carries
- Excellent metadata and editing support within the Apple ecosystem
Limitations
- Patchy playback outside Apple: Windows, Android, and web platforms often balk
- Upload forms and services frequently reject the .mov extension outright
- Functionally interchangeable with MP4 yet less compatible — the box is the only difference
- Creating MOV files isn’t supported here (converting away from MOV is the real-world need)
The format that became the standard
QuickTime arrived in 1991, years before anyone had settled how digital video files should be structured. Apple’s design organised a file as a tree of nested "atoms", each a self-describing chunk holding video data, audio data, timing information, or metadata. It was flexible enough to survive decades of codec changes, because the container never needed to know what the codecs were doing.
When MPEG set out to standardise a container in the late 1990s, they did not design one from scratch — they took the QuickTime file format as the starting point, with Apple’s cooperation. MP4 is the result, and the shared ancestry runs deep enough that the two formats use the same atom structure and much of the same layout. This is precisely why converting MOV to MP4 is usually just bookkeeping: the streams are already arranged the way the destination expects.
What an iPhone actually records
Recent iPhones record HEVC video inside a MOV container by default, which is the combination behind most "my video will not play" problems. Two separate compatibility issues stack up: the .mov extension that some platforms reject on sight, and the HEVC codec that older devices cannot decode. A rewrap to MP4 solves the first, but if the recipient’s device lacks HEVC support, the video still will not play and a full re-encode to H.264 is needed.
You can avoid the problem at the source. In Settings → Camera → Formats, choosing "Most Compatible" makes the iPhone record H.264 in MOV instead, which converts to a universally playable MP4 with a lossless rewrap. The trade-off is roughly double the file size for the same footage. High frame rate and 4K modes may still force HEVC regardless of the setting, since H.264 cannot handle some of those combinations.
Frequently asked questions
- Is MOV the same as MP4?
- Not identical, but very closely related — MP4 was standardised directly on QuickTime’s file structure. They use the same underlying atom layout and typically carry the same codecs, which is why converting between them is usually a repackaging job rather than a re-encode. The practical difference is compatibility: MP4 is accepted almost everywhere, MOV is not.
- Does converting MOV to MP4 lose quality?
- Usually not at all. When the video inside is already MP4-compatible — H.264 or HEVC, which covers most iPhone and Mac recordings — the streams are copied across untouched and the result is bit-for-bit identical video in a new container. Quality is only affected when the source needs re-encoding, such as ProRes footage, and the converter tells you which path it took.
- Why will my iPhone video not play on Windows or Android?
- Two possible reasons, often together. The .mov extension itself is rejected by some players and upload forms, and recent iPhones record HEVC video, which older devices cannot decode. Converting to MP4 fixes the extension problem instantly; if HEVC is also the issue, the video needs re-encoding to H.264.
- Can I convert a video into MOV here?
- No — MOV is read-only on this site. That is a deliberate scoping decision rather than a technical wall: in practice essentially nobody needs to create MOV files, since MP4 is the more compatible container carrying identical video. All the real demand runs the other way.