How to Convert MOV to MP4 in Your Browser (For Windows, Android, and the Web)

How to Convert MOV to MP4 in Your Browser (For Windows, Android, and the Web)
A .mov file is a Mac native. Record on an iPhone, export from QuickTime or iMovie, and you get a .mov that opens instantly on Apple gear. Then you try to use it somewhere else — drop it into a Windows video editor, send it to an Android phone, upload it to a site that only accepts "MP4" — and suddenly it's a black screen, an error, or a rejected upload.
MP4 is the format the rest of the world expects. Here's what converting MOV to MP4 actually involves (it's not always what people think), why the usual tools are a hassle, and how to do it locally in a browser tab — no upload, nothing to install.
What "MOV to MP4" Actually Means
To understand this conversion, you have to separate two layers of a video file:
- The container — the outer wrapper.
.movis Apple's QuickTime container;.mp4is the near-universal one. They're actually close relatives, built on the same underlying ISO base media structure. - The codec — how the video inside is encoded. This is the part that decides whether playback is easy or hard.
Here's the part most "MOV to MP4" guides skip: the video inside a .mov is very often already H.264 or HEVC — the same modern codecs MP4 uses. So what happens during conversion depends entirely on which codec is inside:
- If it's already H.264 (most screen recordings and many iPhone clips), converting to MP4 can be mostly a container swap — repackaging the same video and audio streams into an
.mp4wrapper. There's far less to re-compute, so it's relatively quick and there's no generational quality loss. - If it's HEVC, ProRes, or an older codec, and you need a broadly compatible H.264 MP4, the video has to be re-encoded frame by frame. That's the heavy version: slower, and much harder on memory, because every frame is decoded and re-compressed.
So MOV-to-MP4 isn't one fixed amount of work. A modern H.264 iPhone clip is a light job; a ProRes export from an editor is a heavy one. Knowing which you have explains why one conversion finishes in moments and another grinds.
The Usual Ways — and Why They're Annoying
1. Upload it to an online MOV-to-MP4 converter
The default search result, and the one with the catch: you wait for the entire .mov to upload to a stranger's server before anything happens. iPhone video is large, and a ProRes export can be tens of gigabytes — that's a long wait. Worse, personal footage or client material ends up sitting on someone else's infrastructure, where it can be cached or logged.
2. Install desktop software (HandBrake, FFmpeg, QuickTime Pro)
These all work. But it's an install, HandBrake's encoding settings are a thicket of options if you just want a normal MP4, the FFmpeg command line is intimidating to newcomers, and on a locked-down work or school machine you may not be allowed to install anything at all.
3. Re-record or screen-capture it
Playing the MOV and capturing the screen technically produces something — but it's real-time (a one-hour video takes an hour), it loses quality, and you often pick up the wrong audio or a stray notification mid-recording. It's a last resort, not a conversion.
The Better Way: Convert MOV to MP4 Locally, in the Browser
OnlinePlayer does the MOV-to-MP4 conversion on your own device, right inside the browser tab. You drop in the .mov, it reads the streams inside, produces a standard .mp4, and hands the file back — all locally, using FFmpeg compiled to WebAssembly.
Because the work happens on your machine, the video never leaves your computer. There's no upload step, no account, and nothing to install — it's just a web page. For an iPhone clip that's hundreds of megabytes, you're not waiting on an upload at all; the browser reads the file straight off your disk.
The converter below is set to output MP4 by default — drop a .mov onto it and it gives you back an MP4 the rest of your devices and the web will actually accept.
Step-by-Step: MOV to MP4 Right Here
- Use the converter on this page (or open the full video converter for more options).
- Drag your
.movonto it — or click to choose a file. It's processed on your device, so it works on a local file; if the MOV lives in a cloud drive, download it first, then drop it in. - Keep the output set to MP4 and start. The conversion runs locally — quick if the source is already H.264 (a repackage), longer if it's HEVC or ProRes that has to be re-encoded.
- Download your
.mp4. It now plays on Windows, Android, and the upload boxes that wanted MP4 all along.
MOV to MP4: The Options Compared
| Upload to online site | Install HandBrake / FFmpeg | Re-record | OnlinePlayer | |
|---|---|---|---|---|
| Speed | Full .mov upload first |
Fast (once installed) | Real-time (1 hr = 1 hr) | No upload — reads local file |
| Privacy | Video on their server ❌ | Local ✅ | Local ✅ | Local — nothing uploaded ✅ |
| Install needed | No | Yes | Sometimes | No |
| Works on locked-down / mobile | Sometimes | No | Limited | Yes (it's a web page) |
The Honest Limits
- It runs in your browser's memory, so file size matters — especially for re-encodes. Repackaging an already-H.264 MOV is light. But re-encoding HEVC or ProRes is genuinely heavy work, and a very large source — a multi-gigabyte ProRes export, or a long 4K recording — can exhaust the tab's available memory and fail. This works best on small-to-medium files; for a huge ProRes master, a desktop tool is the safer bet.
- A re-encode is a re-compression. When the source codec has to change (HEVC/ProRes → H.264), you're encoding the video again, which isn't perfectly lossless. For normal viewing and sharing it looks fine; it's not an archival master.
- Some MOV codecs are heavier than others. A ProRes file will work your processor harder and take longer than a plain H.264 clip — that's the codec, not the tool.
FAQ
Does the video get uploaded anywhere?
No. The .mov is read and converted on your own device, in the browser tab. Nothing is sent to a server.
Will this lose quality? If your MOV is already H.264, the conversion can be mostly a container repackage, so quality is preserved. If it's HEVC or ProRes and has to be re-encoded to H.264, that step re-compresses the video — fine for viewing and sharing, not an archival-grade copy.
Why is my conversion slow when a friend's was instant? Almost certainly the codec inside. An H.264 MOV repackages quickly; an HEVC or ProRes MOV has to be re-encoded frame by frame, which takes real time and memory.
Can I convert a huge 4K ProRes file? You can try, but be realistic about memory. Browser-based conversion holds data in the tab, and re-encoding large ProRes is the heaviest case — very large files can run out of room. Small-to-medium files are the sweet spot; for huge masters, use a desktop tool.
Can I just play the MOV instead of converting it?
Often, yes — if you only need to watch it rather than hand someone an MP4, you may not need to convert at all. See how to play MOV files in your browser, which opens .mov directly (and locally decodes the ones, like ProRes, that browsers can't play natively).
Bottom Line
"MOV to MP4" is really about leaving Apple's QuickTime container for the one every device and website expects. The catch most guides miss is that the work varies: an H.264 MOV is a quick repackage, while HEVC or ProRes means a slower, memory-heavy re-encode. Either way, you don't have to upload a giant file to a stranger's server or wrestle with HandBrake — do it locally in a browser tab, where the file stays on your machine and there's nothing to install. Once you have the MP4, you can also play it on the spot in the MP4 player without leaving the browser.
Drop your MOV into the converter above to get the MP4, or open the full video converter for more output formats.