MOV to MP4 Video Converter
Learn how to convert Apple MOV files to MP4 using free desktop tools, and inspect your video file metadata instantly in the browser.
Video File Inspector
Select any video file to read its metadata instantly — 100% client-side, nothing uploaded.
Detected Metadata
Preview frame
FFmpeg (Fastest — lossless rewrap)
Free, cross-platform, no re-encoding
FFmpeg rewraps the container without touching the video or audio streams, so conversion is near-instant and lossless.
brew install ffmpeg
# Convert MOV to MP4 (lossless, stream copy)
ffmpeg -i input.mov -c copy output.mp4
# Re-encode to H.264 if stream copy fails
ffmpeg -i input.mov -c:v libx264 -c:a aac output.mp4
Install on Windows via winget install ffmpeg or download from ffmpeg.org.
VLC Media Player (GUI — no command line)
Free, Windows / Mac / Linux
- Open VLC and go to Media → Convert / Save.
- Click Add and select your MOV file, then click Convert / Save.
- In the Profile drop-down, choose Video — H.264 + MP3 (MP4).
- Set the destination file with an .mp4 extension and click Start.
- VLC re-encodes the video and writes the output MP4 file.
HandBrake (GUI — advanced quality control)
Free, Windows / Mac / Linux
- Open HandBrake and drag your MOV file onto the window.
- In the Summary tab, set Format to MP4.
- Choose a preset (e.g., Fast 1080p30) or configure your own quality settings.
- Set the destination file path with an .mp4 extension.
- Click Start Encode and wait for the conversion to complete.
HandBrake excels at quality re-encoding with fine-grained bitrate and resolution control.
iMovie (Mac only — simplest GUI)
Free with macOS
- Open iMovie and create a new project.
- Import your MOV file by dragging it into the Media panel.
- Add it to the timeline, then go to File → Share → File.
- Set Format to Video and Audio and File Format to MP4.
- Click Next, choose a save location, and click Save.
Summary
Learn how to convert Apple MOV files to MP4 using free desktop tools, and inspect your video file metadata instantly in the browser.
How it works
- Click "Choose Video File" and select any MOV or MP4 file from your computer.
- The tool reads the file locally in your browser — nothing is uploaded.
- View detected metadata: file name, size, duration, resolution, and MIME type.
- To convert, follow one of the desktop guides below (FFmpeg, VLC, HandBrake, or iMovie).
- After conversion, drop the new MP4 file here to verify its metadata.
Use cases
- Convert iPhone or screen recording MOV files to MP4 for sharing on any platform.
- Prepare Apple ProRes or H.264 MOV clips for upload to YouTube, Vimeo, or social media.
- Quickly inspect video metadata before converting or sending a file.
- Verify that a converted MP4 file has the correct codec and resolution.
- Make MOV footage compatible with Windows, Android, and non-Apple software.
- Check file size and duration without opening a heavy video editor.
- Batch-convert MOV recordings from Final Cut Pro to MP4 for distribution.
- Rewrap a MOV container to MP4 without re-encoding to avoid quality loss.