How to Convert MOV to MP4 — Free, Online, No Software Needed

You recorded a video on your iPhone, exported a clip from iMovie, or received a QuickTime file from a colleague — and now it won't play on Windows, your Android phone, or any video editing platform that isn't Apple. The problem is the MOV format.

MOV is Apple's proprietary container. MP4 is the universal standard that plays on every device on the planet. This guide shows you four free ways to convert MOV to MP4, including a fully browser-based method that never uploads your file to any server.

What Is MOV and Why Doesn't It Play Everywhere?

MOV is Apple's QuickTime container format. It was designed in the 1990s for the Mac ecosystem and is still the default recording format on iPhone and the default export format in iMovie, Final Cut Pro, and QuickTime Player.

The problem: MOV files often contain codecs (like Apple ProRes or HEVC with specific flags) that Windows and Android do not support natively. Even when the video inside a MOV is H.264 — which Windows understands — the container wrapper itself can cause compatibility failures in Windows Media Player, older editing software, and most smart TVs.

MP4 is the international standard (ISO 14496-12). It uses the same H.264 or H.265 video codecs as MOV, but in a container that every device, browser, streaming service, and social media platform accepts without plugins or codecs.

In many cases, converting MOV to MP4 is a simple remux — the video data is moved from one container to another without any re-encoding. This means zero quality loss and very fast conversion.

Method 1 — Convert MOV to MP4 Free in Your Browser

1
Convertlo — No Upload, No Install
Recommended
  1. Open convertlo.pro/mov-to-mp4.html on any device.
  2. Drag and drop your MOV file, or click Browse to select it.
  3. On the first use, the browser downloads FFmpeg.wasm (~32 MB) — this is a one-time download cached automatically.
  4. The conversion runs 100% in your browser — your video never leaves your device.
  5. Click Download — your MP4 is ready in seconds to minutes depending on file size.

Works on Chrome, Edge, Firefox, and Safari. Supports MOV, QuickTime, AVI, MKV, WebM, and more. Batch conversion available.

Method 2 — Convert MOV to MP4 Using VLC (Free Desktop App)

2
VLC Media Player — Windows, Mac, Linux
  1. Download and install VLC from videolan.org (free, no ads, no bundled software).
  2. Open VLC. Go to Media → Convert / Save (Windows: Ctrl+R · Mac: Cmd+R).
  3. Click Add and select your MOV file. Then click Convert / Save.
  4. In the Profile dropdown, select Video — H.264 + MP3 (MP4).
  5. Click the wrench icon next to the profile to adjust quality if needed.
  6. Set a destination file path ending in .mp4.
  7. Click Start. VLC will re-encode and save the MP4.

VLC handles virtually any MOV variant, but it re-encodes the video (slower) rather than remuxing. Good for problematic MOV files that other tools can't open.

Method 3 — Convert MOV to MP4 with HandBrake (Best Quality Control)

3
HandBrake — Windows, Mac, Linux
  1. Download HandBrake from handbrake.fr (free, open-source, no bundleware).
  2. Open HandBrake and drag your MOV file into the window, or click Open Source.
  3. In the Presets panel on the right, choose Fast 1080p30 (or the resolution that matches your source).
  4. Make sure Format is set to MP4 in the Summary tab.
  5. For best quality, set the Constant Quality (RF) slider to 18–22. Lower = better quality, larger file.
  6. Click Browse to set the output file, then click Start Encode.

HandBrake gives you the most quality control — resolution, bitrate, frame rate, audio tracks. Best choice for archiving or sharing high-quality video.

Method 4 — Convert MOV to MP4 with FFmpeg (Command Line, Zero Quality Loss)

4
FFmpeg — Windows, Mac, Linux
  1. Install FFmpeg from ffmpeg.org, or on Mac run brew install ffmpeg.
  2. Open Terminal (Mac/Linux) or Command Prompt (Windows).
  3. To remux with zero quality loss (fastest, recommended if source is H.264):
ffmpeg -i input.mov -c copy output.mp4
  1. To re-encode with high quality (use if remux gives playback issues):
ffmpeg -i input.mov -c:v libx264 -crf 18 -c:a aac -b:a 192k output.mp4

The -c copy flag remuxes without re-encoding — instant conversion, zero quality loss. Use -crf 18 for near-lossless re-encoding (lower number = higher quality).

MOV vs MP4 — Format Comparison

PropertyMOV (QuickTime)MP4
Created byAppleMPEG / ISO Standard
Plays on WindowsOften failsAlways
Plays on AndroidRarelyAlways
Browser supportSafari onlyAll browsers
Social media uploadSome platforms rejectUniversally accepted
Supported codecsH.264, HEVC, ProRes, DNxHDH.264, H.265, AV1
File size (same quality)Often largerSmaller or equal
Best forApple ecosystem editingSharing, streaming, everywhere

Convert Your MOV to MP4 Now

Drop your MOV file. Converted in seconds — free, private, no upload to any server.

Frequently Asked Questions

Why won't my MOV file play on Windows?
MOV is Apple's QuickTime format. Windows does not include the QuickTime codec by default, so MOV files often fail in Windows Media Player. Converting to MP4 (H.264) gives you a file that plays on every Windows app, TV, and Android device without any codec install.
Does converting MOV to MP4 reduce video quality?
If the video inside the MOV is H.264 or H.265, you can remux it to MP4 with zero quality loss using ffmpeg -i input.mov -c copy output.mp4. If you re-encode (VLC, HandBrake, browser tool), use the highest quality settings (CRF 18 or lower) to preserve near-original quality.
Can I convert MOV to MP4 on my iPhone?
Yes. Open convertlo.pro/mov-to-mp4.html in Safari on your iPhone, select your MOV file, and the converted MP4 downloads directly to your Files app. No app install required. It works entirely in the browser.
How long does MOV to MP4 conversion take?
A 5-minute 1080p MOV file converts in roughly 30–90 seconds in the browser on a modern laptop. The first run is slightly slower because FFmpeg.wasm (~32 MB) downloads and caches once. Subsequent conversions start immediately from cache.
Will my MOV file be uploaded to a server?
Not with Convertlo. The entire conversion runs inside your browser using WebAssembly — your file never leaves your device. Other online converters do upload your video to their servers, which is a privacy risk for personal or sensitive footage.
Does social media accept MOV files?
Some platforms do (Instagram accepts MOV from iOS), but many — including LinkedIn, Twitter/X, and most video hosting services — prefer or require MP4. Converting to MP4 before uploading avoids rejection errors and ensures your video plays correctly everywhere.