How to Convert MOV to MP4 on Mac for Free (No App Needed)
Recorded a video on your Mac and got a massive .mov file? Learn how to convert MOV to MP4 for free natively using QuickTime, Finder, or terminal — and the recording tool that exports directly to MP4.
How to Convert MOV to MP4 on Mac for Free (No App Needed)
When you capture a screen recording or export a video using Apple's built-in tools (like QuickTime or screen capture shortcuts), macOS saves it as a .mov file. While .mov works perfectly within the Apple ecosystem, it is often too large to share easily, and many web platforms, Windows PCs, or Android devices struggle to play it.
To share your video, you need to convert it to .mp4—the universal video standard.
The good news is you do not need to download sketchy third-party apps, upload your file to an online converter that risks your privacy, or pay for a premium converter. macOS has everything you need built-in.
The Grand Slam Deal: Tired of converting files after every recording? ScreenKite records your screen directly to MP4 natively. Zero conversions, zero upload queues. Get auto-zoom, system audio capture, and a native editor free during beta. Download ScreenKite for Mac →
Method 1: The Finder Shortcut (Easiest & Fastest)
The fastest way to convert a .mov file to a standard web-friendly format is built right into the macOS Finder.
- Open Finder and locate your
.movfile. - Right-click (or Control-click) the file.
- Scroll to the bottom of the context menu and select Encode Selected Video Files.
- In the dialog box that appears, set the settings:
- Setting: Select 1080p or 720p (select H.264 for maximum compatibility, which creates an MP4 container).
- Destination: Same folder.
- Click Continue.
macOS will encode the video in the background. Once completed, a new .m4v (which is functionally identical to .mp4 and can be renamed to .mp4 manually) will appear in the folder.
Method 2: Convert Using QuickTime Player
If you want to view the video or trim it before converting, you can use the built-in QuickTime Player.
- Open the
.movfile in QuickTime Player. - Go to the menu bar and select File > Export As.
- Choose your desired resolution (1080p or 4K).
- In the save dialog, make sure the format is set to H.264 (Greater Compatibility).
- Choose your folder and click Save.
QuickTime exports the video as an .mp4 file, optimized for sharing and web playback.
Method 3: Using the Terminal (For Batch Conversions)
If you have multiple files or want exact control over compression, you can use terminal commands. While macOS does not ship with ffmpeg pre-installed, installing it via Homebrew takes minutes and gives you a professional-grade converter.
- Open Terminal.
- Install FFmpeg:
brew install ffmpeg
- Run the conversion command:
ffmpeg -i input.mov -vcodec copy -acodec copy output.mp4
This command converts the container from MOV to MP4 instantly without re-encoding the video, meaning there is zero loss of quality and the process completes in less than a second.
The Root Cause: Why Are You Converting?
Every time you convert a file, you are adding an extra step to your workflow. If you are creating product walkthroughs, tutorials, or client demos daily, these minutes add up.
A native screen recorder like ScreenKite saves your recordings as MP4 files from the start. You record, hit stop, and your video is ready to share immediately. No conversion, no quality loss, no extra clicks.
Related articles
How to Reduce Screen Recording File Size on Mac Without Losing Quality
Is a 5-minute screen recording taking up hundreds of megabytes on your Mac? Learn how to compress your videos for sharing without making them look blurry or pixelated.
How to Export a Screen Recording as a GIF on Mac
Need to show a quick UI interaction or bug in Slack or GitHub? Learn how to convert your screen recording to a high-quality GIF on macOS — and the tool that exports GIFs natively.
2026 年 Mac 屏幕录制完全指南(内建工具 + 更好的选择)
了解如何使用 Command-Shift-5、QuickTime 或专业录屏工具在 Mac 上进行屏幕录制。涵盖音频、权限、编辑和导出。