Step-by-step instructions
- 1
Method 1: QuickTime Player (built-in, free)
Open the MOV in QuickTime Player → File → Export As → choose 1080p (or 4K, 720p depending on source). QuickTime exports as M4V which plays as MP4. To get a true .mp4 extension: rename the M4V file to .mp4 — they're the same container format. This method re-encodes the video.
Go to converter - 2
Method 2: Browser converter (no quality loss for compatible codecs)
Go to formatdrop.com → Video Converter. Drop your MOV file. Select MP4 output. Download. For iPhone MOV files with H.264 or H.265 video and AAC audio, the conversion can be a fast remux with no quality loss.
- 3
Method 3: FFmpeg via Terminal (fastest, lossless)
Open Terminal → run: ffmpeg -i input.mov -c copy output.mp4. The '-c copy' remuxes without re-encoding — completes in 1-5 seconds for any file size. For iPhone 4K HEVC MOV: the same command works since MP4 can contain HEVC. If you need H.264 output specifically: ffmpeg -i input.mov -c:v libx264 -crf 18 -c:a aac output.mp4
- 4
Method 4: Compressor (Pro option)
Apple Compressor ($49.99) is the professional conversion tool on Mac. Open MOV → add to job → choose H.264 or HEVC output setting → Submit. Compressor uses hardware acceleration and produces the highest quality output. Worth it if you regularly convert video for distribution.
Why convert MOV to MP4?
MOV and MP4 are very similar containers — both derived from Apple's QuickTime file format. They can contain the same video and audio codecs (H.264, H.265, AAC). The practical difference is in ecosystem compatibility: MP4 plays on every platform and device without exception, while MOV has weaker support on Windows and Android. Converting MOV to MP4 on Mac is often just changing the container without touching the video data.
Your files never leave your device
FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.
Frequently asked questions
Does converting MOV to MP4 on Mac reduce video quality?
Why does my iPhone record in MOV instead of MP4?
No account. No upload. Works in any browser.