Manatee

MOV vs MP4: which should you send?

Send MP4. The two formats are close relatives and usually hold the same compressed video, but MP4 is the one that opens on Windows PCs, in browsers, in presentation software and on every phone without anyone installing anything. Keep the MOV for your own editing and archive; convert a copy to MP4 before it leaves your Mac.

Two boxes from the same family

MOV is the QuickTime File Format, which Apple designed in 1991. MP4 is the international standard container published a decade later, and it was built directly on the QuickTime format. The two share the same basic structure: a tree of “atoms” describing tracks, timestamps and sample locations, with the compressed video and audio stored alongside.

Because they are so similar, a MOV and an MP4 with H.264 video and AAC audio inside differ only in the container wrapping. The picture data is byte-for-byte the same. Moving it from one container to the other (remuxing) takes a few seconds and changes nothing about the quality.

The differences lie at the edges. MOV can carry things MP4 cannot: Apple ProRes, the Animation codec, uncompressed video, multiple timecode tracks, and various editing-specific metadata. MP4 can carry MPEG-4 Part 2, some subtitle forms and DRM structures that MOV does not. For the everyday case of a phone recording or a screen capture, neither of those lists matters.

Where MOV runs into trouble

Your Mac plays both formats identically, which is why the difference only becomes visible when you send a file to someone else.

  • Windows: modern Windows can play MOV files containing H.264, but the experience is inconsistent. Some machines have the decoder, some show a codec error, and corporate builds often lack it. MP4 plays in the default app on every Windows install.
  • Presentation software: inserting a MOV into a slide deck on Windows is a common source of “video cannot be played” on the day. MP4 is the documented safe format.
  • Browsers and web uploads: the HTML video element supports MP4 universally. MOV support varies by browser, and upload forms often filter it out before you find that out.
  • iPhone recordings in particular: an iPhone on its default settings records a MOV containing HEVC video. That is two compatibility hurdles in one file: a container some tools dislike and a codec many Windows PCs and older Android phones cannot decode. H.264 vs HEVC: which one your Mac, phone and recipients can open covers the codec half.
  • Android: most recent phones play MOV, but older ones and budget models do not, and the built-in gallery app may hide the file entirely.

None of this means MOV is a bad format. It means MOV is an Apple-centric format, and the moment a file leaves Apple’s ecosystem the odds turn against it.

When MOV is the right choice

Keep MOV when the file stays on your Mac or goes to another Mac user, and especially when it contains something MP4 cannot hold:

  • ProRes footage from a camera or an editing export.
  • Screen recordings you plan to edit (macOS saves them as MOV).
  • Anything you will import into a video editor, where the editor benefits from the extra metadata.

Converting those to MP4 for archiving would mean re-encoding ProRes to H.264, which discards quality for no benefit. Convert a delivery copy instead.

How to find out what your MOV contains

Before converting, check whether you need a quick remux or a full re-encode.

  1. Select the file in Finder and press Command-I.
  2. Expand More Info and read the Codecs line.
  3. “H.264, AAC” means a remux to MP4 is enough and nothing is lost.
  4. “HEVC” means the recipient may also need the codec changed. Convert to MP4 with H.264 if they are on Windows or an older phone.
  5. “Apple ProRes” means a re-encode is unavoidable for anyone who is not on a Mac, and the MP4 will be far smaller than the original.

Converting MOV to MP4 on a Mac

QuickTime Player’s File > Export As menu re-encodes to a new MOV, not an MP4, so it does not solve the sending problem. iMovie can export MP4 but takes a project setup detour for a single file.

Manatee converts directly. Drop the MOV onto the menu bar icon or into the window, choose MP4 from the targets, and it writes a new MP4 alongside the original. The original is never modified. The same Convert mode handles the reverse direction (MP4 to MOV) if an editing tool insists on it, and it accepts the other containers that turn up in a downloads folder: MKV, AVI, WMV, WEBM, FLV, 3GP and the rest of its 122 input types. If the file also needs to fit under an email or chat limit, Shrink mode lets you name the size in MB and finds the quality that fits. Manatee does not trim, crop or edit; it converts whole files. The detailed steps are in How to convert MOV to MP4 on a Mac.

Size is not a reason to pick one over the other

People sometimes convert MOV to MP4 expecting a smaller file and are surprised when it comes out the same size. If the codec inside is unchanged, the size is unchanged; the container overhead is a few kilobytes either way. A smaller file comes from a lower bitrate, a lower resolution or a more efficient codec, not from the extension. Each of those knobs trades something visible for the saving.

If the MOV contains ProRes, converting to H.264 in an MP4 can cut the size by 90 percent or more. That is the codec doing the work, not the container.

Questions

Will converting MOV to MP4 lose quality? Not if the video inside is H.264 or HEVC and you remux. If the tool re-encodes (most do by default), there is a generation of compression loss, though at a reasonable bitrate it is hard to see. Converting twice compounds it, so convert from the original each time.

Which one does YouTube, Instagram or TikTok want? They accept both, but every platform’s own recommendation is MP4 with H.264 video and AAC audio. Uploading that avoids a server-side re-encode and the muddy result that can come with it.

Can I just rename .mov to .mp4? Sometimes it will play, because the structures are so similar, but it is not reliable and some players will refuse. A proper remux takes seconds and produces a file that is actually an MP4.

My MOV will not open on my own Mac. Is it the format? No. A Mac opens MOV natively, so a MOV that fails on a Mac is either damaged or contains an unusual codec. Check the Codecs line in Get Info; if it is blank or the duration is wrong, read How to fix a corrupted MOV file on a Mac.