MOV is Apple's QuickTime container, and it is unusually close to MP4. MP4 was actually derived from the QuickTime file format, so the two are near relatives that often hold the exact same H.264 video and AAC audio.[2] Because of that shared ancestry, converting MOV to MP4 is usually a remux: the streams are copied straight across with no re-encoding, no quality loss, and only a few seconds of work.
The reason to do it is reach. MOV plays flawlessly on Apple devices and in Apple apps but can stumble on Windows, Android, and various web upload forms. MP4 goes everywhere. This guide explains why the two formats are so alike, what the difference between a remux and a re-encode really is, and how to get a clip off an iPhone or Mac and onto any platform without needlessly degrading it.
Cousins that share the same insides
When your MOV holds H.264, the conversion changes the container and leaves the picture untouched. Nothing is decoded or re-drawn, so the output is identical to the source frame for frame. This is why a MOV straight out of a Mac or an older iPhone typically converts to MP4 almost instantly. The two formats are so alike that the operation is closer to renaming the box than repacking its contents.
The distinction that makes this possible is between a container and a codec. A codec, such as H.264 or AAC, is the algorithm that actually compresses the video or audio into a stream of bytes. A container, such as MOV or MP4, is the file structure that wraps those streams together with an index, timing information, and metadata so a player knows what is inside and how to play it in sync. Converting MOV to MP4 changes only the container; the compressed video and audio streams inside can be lifted out and dropped into the new wrapper untouched, which is why nothing about the picture or sound changes.
MOV and MP4 are close relatives. When the codec is H.264, this is a lossless remux, not a re-encode.
A shared ancestry: ISO base media file format
The reason MOV and MP4 are so interchangeable is genuine shared lineage, not coincidence. Apple's QuickTime File Format defined an atom-based structure in the early 1990s, where the file is built from nested boxes called atoms, each carrying a type and a length, that describe the tracks, timing, and sample layout.[1] When the Motion Picture Experts Group needed a modern container for MPEG-4, it took the QuickTime file format as its starting point. The result became the ISO base media file format (ISO/IEC 14496-12), and MP4 (ISO/IEC 14496-14) is its best-known application.[3][4]
Because MP4 was built on QuickTime's atom structure, both formats organize their data as the same kind of nested boxes: a movie box describing the tracks, media boxes for each stream, and sample tables that map playback time to byte offsets in the file. The box names line up, and an H.264 video track stored in a MOV is byte-compatible with the same track stored in an MP4. This is precisely why a converter can copy the streams across rather than decode and rebuild them. The two formats are, at the binary level, dialects of one shared design.
Remux versus re-encode, and how to tell
The two things a video converter can do sit far apart in cost and quality, and understanding the difference tells you what to expect. A remux, short for remultiplex, demuxes the existing streams out of the MOV container and muxes them straight into an MP4 container without ever decompressing them. Because the compressed video and audio are copied bit-for-bit, a remux is lossless and fast, finishing in seconds even for a large file, since the processor is only shuffling data rather than crunching pixels.
A re-encode is the expensive path. It fully decodes the video back into raw frames, then compresses those frames again with a codec of your choice. Re-encoding is unavoidable when you need to change the codec itself, for example turning HEVC into H.264, but it takes far longer and, because the second compression pass discards some detail, it is slightly lossy. The practical tell is speed: an instant conversion was a remux and lost nothing, while a conversion that churns through a progress bar was a re-encode. When your MOV already holds H.264 and AAC, a good converter will always choose the remux, and you keep the original quality exactly.
Why MOV causes trouble off Apple devices
MOV is not badly supported so much as unevenly supported. On a Mac or iPhone it is a first-class citizen; elsewhere it is hit or miss. Windows may need extra components, some Android players refuse it, and plenty of upload forms, editors, and messaging apps only accept MP4. Converting removes that guesswork, so a clip you shot on an iPhone can be shared or edited anywhere without a compatibility surprise.
The irony is that the video inside a MOV is usually the same H.264 those other platforms happily play; it is the wrapper they trip over, not the content. A player that rejects a MOV will often accept the identical video the instant it is remuxed into MP4, because the file now announces itself with the extension and container structure the software was written to expect. MP4 became the lowest common denominator for video the way JPG did for photos, so remuxing to MP4 is the quiet fix for the vast majority of MOV compatibility complaints.
There is a small technical reason MOV support lagged on other platforms as well. QuickTime was, for years, Apple software that had to be installed separately on Windows, and once Apple wound down the Windows version, machines without it lost the most complete MOV decoder available. MP4, by contrast, is an open ISO standard that operating systems, browsers, and hardware decoders were built to handle natively, so it did not depend on any one company's player being present. That difference in stewardship, a vendor format versus an international standard, is a large part of why MP4 won as the portable choice even though the video inside both files is frequently identical.
Convert MOV to MP4, step by step
Open the converter and add your MOV
Open the FileFormer video converter and drop your MOV in. Everything runs on your own device, so the file is never uploaded.
Choose MP4 as the output
Select MP4. If the MOV holds H.264, the streams are copied across untouched and the conversion is nearly instant.
Decide what to do with HEVC
If the MOV was recorded in HEVC on a recent iPhone, choose to keep it for a smaller file or re-encode to H.264 for the widest device support.
Convert and download
Export the MP4 and download. The clip is now ready for any platform.
The HEVC question on newer iPhones
Recent iPhones default to recording in HEVC, also called H.265, to save space. MP4 can hold HEVC, so keeping it is a valid remux that stays lossless and small. The catch is that HEVC playback is less universal than H.264, so an older phone or an older editor might refuse it even inside an MP4. If you need the file to play truly everywhere, choose to re-encode to H.264 during the conversion. That step takes longer and loses a slight amount of detail, but it guarantees the broadest compatibility. If you want a clean example of the reverse trade, keeping HEVC and converting only the wrapper mirrors what a MP4 to MOV conversion does.
The decision comes down to a simple question: does the destination understand HEVC? Newer phones, recent editors, and modern browsers generally do, so keeping HEVC gives you a smaller file with no quality loss. Older hardware, legacy editing suites, and some upload forms do not, so re-encoding to H.264 is the safe choice even though it is slower and slightly lossy. When in doubt, H.264 is the more universal codec and the one least likely to leave you with a file that refuses to open.
Real-world scenarios and the right approach
The right conversion depends on what the MOV holds and where it is headed. A few common cases:
| Scenario | Recommended approach |
|---|---|
| iPhone or Mac clip in H.264 | Straight remux to MP4. Instant and lossless, since the codec already matches. |
| Recent iPhone clip in HEVC, modern destination | Remux and keep HEVC for the smaller, lossless file. |
| HEVC clip for an old device or editor | Re-encode to H.264 for the widest compatibility, accepting a slower, slightly lossy pass. |
| Uploading to a web form that only says MP4 | Remux to MP4; the video inside is usually unchanged. |
| ProRes MOV from a Mac editing workflow | Re-encode to H.264 or H.265, since MP4 is not the natural home for ProRes. |
The unifying rule is to remux whenever the codec already fits inside MP4, and re-encode only when you must change the codec for compatibility. A remux costs you nothing but a few seconds; a re-encode costs time and a sliver of quality, so it is worth reaching for only when the destination genuinely cannot play what you have.
Edge cases that force a re-encode
Most MOV files remux cleanly, but a few situations make a re-encode unavoidable. The most common is a codec MP4 was not designed to carry. A MOV out of a professional camera or editing app may hold Apple ProRes, a high-quality intermediate codec that MP4 does not natively support; carrying it forward means either keeping the MOV or re-encoding to a codec MP4 does support. The same applies to older QuickTime-only codecs and to certain audio tracks, such as Apple Lossless, that MP4's ecosystem does not universally expect.
Timecode tracks, chapter tracks, and some Apple-specific metadata atoms can also fail to survive a naive remux, because they are structures MOV understands that a strict MP4 writer may drop. For everyday clips none of this applies, but if a converted file is missing chapters or a timecode your workflow relied on, the MOV was carrying something the MP4 container quietly discarded. In those cases keeping the original MOV as your master and exporting MP4 copies for sharing is the cleaner arrangement.
Convert your MOV to MP4 now
Take your iPhone or Mac clip anywhere, usually with no quality loss, all in your browser.
Key takeaways
- MOV and MP4 are close relatives, so H.264 files usually remux with no quality loss.
- MP4 fixes MOV's uneven support off Apple devices and web forms.
- HEVC from newer iPhones can be kept in MP4 or re-encoded to H.264 for the widest reach.
- An instant conversion means a remux; a re-encode only happens when you change the codec.