MOV → MP4

MOV to MP4 Converter — Free, In Your Browser

Drop a .mov file, get an .mp4. For most QuickTime recordings the audio and video streams are already H.264/AAC inside, so we just rewrite the container — fast, lossless, and free.

  • No upload
  • No signup
  • No watermark
  • Stream-copy when possible
  • Up to 500 MB

Files never leave your browser. The conversion runs locally on your device.

.mov vs .mp4 — what is actually different?

Almost nothing, and that is the joke of this whole conversion. Both are containers built on the same ISO Base Media File Format (the "atoms" spec). A modern QuickTime recording is usually H.264 video and AAC audio inside an MOV wrapper — the same codecs MP4 uses. The only thing standing between your file and broad compatibility is the container label. So in most cases this tool is a remux: we rewrite the wrapper, leave the streams untouched, and the result is bit-for-bit identical in quality but plays in places that silently refuse .mov.

When does it have to re-encode?

If your .mov was recorded with ProRes (older Final Cut exports), HEVC at high bit-rates, or an older Apple-only audio codec, a stream-copy to MP4 may produce a file that some players stumble on. We default to copy + AAC re-encode for audio because that catches the most common "won't play in PowerPoint" case. If a video stream needs full transcoding, the conversion will still work, just slower.

Where this kind of conversion comes up

Mostly: someone made a screen recording with QuickTime, they emailed it to a Windows colleague, the colleague's media player will not open it. Or they tried to upload to a CMS that only accepts MP4. Or they dropped it into a Notion page and the embed silently failed. None of those are quality problems — they are container-label problems. Hence this tool.

If you record with QuickTime a lot

QuickTime is fine, but if your end goal is "send a link my coworker can watch", Clipy skips this step entirely. You record, you get a hosted link, the recipient watches in their browser. No file format, no email attachment, no "please use Windows Media Player." Worth a look if MOV-to-MP4 is on your weekly chore list.

Common questions

Will my .mov lose quality after converting to .mp4?

Almost never. We stream-copy the video, meaning the bytes are not re-encoded — only the container is rewritten. Audio is re-encoded to AAC for compatibility, which is perceptually lossless at our 192 kbps default for any reasonable source.

Why is this faster than HandBrake?

Because we are not transcoding. HandBrake re-encodes by default, which is overkill if your .mov is already H.264. This tool detects that case and just remuxes — typically a 10× speedup.

What about ProRes or HEVC .mov files?

ProRes will be larger than you expect inside an MP4 container, and many players will refuse it. For ProRes specifically, you usually want a real transcode in HandBrake or our desktop app rather than this in-browser remux.

Is the .mov uploaded somewhere?

No. The whole conversion runs in your browser via FFmpeg compiled to WebAssembly. The file never reaches our servers, our CDN, or any third party. You can verify this in your browser's network tab.

Maximum file size?

About 500 MB in the browser. For longer screen recordings or 4K source footage, use a desktop converter — the Clipy desktop app handles bigger files natively.

More free tools