Is this really the fastest MOV to MP4 converter?
For H.264 MOV files (the common case after a screen recording or modern edit export), fast remux runs as a stream-copy, and the ffmpeg step itself takes about 20 ms on our box, so the total time is dominated by upload. For ProRes or HEVC inputs that need a full transcode, expect 10–15 seconds for a 30-second 1080p clip. Both paths are significantly faster than browser ffmpeg.wasm equivalents because we run native ffmpeg on a server, not single-threaded WebAssembly in your tab.
Will I lose quality?
Fast remux keeps the encoded video bits unchanged, so the video itself does not lose quality. Compatible MP4 and Compress re-encode to H.264, so they trade some quality for universal playback or smaller file size. Use Best quality when preserving detail matters.
What if my MOV has ProRes or HEVC?
Use Compatible MP4. The tool decodes the MOV and encodes H.264 video with AAC audio, the safest format for browsers, Android, Windows, social uploads, and client review links. Because we run native ffmpeg on the server, very large 4K ProRes masters that crash browser converters work here up to the 500 MB cap.
What is the biggest file I can convert?
Up to 500 MB per file, with up to six files in a batch. There is no browser memory ceiling because the encode happens server-side with native ffmpeg.
Can I trim, crop, add text, or add music?
Yes. The MOV converter includes start-time and max-length trimming, square / 16:9 / 9:16 crop presets, simple visual filters, a bottom text overlay, and optional replacement audio. Those edit paths output H.264 + AAC MP4 for maximum compatibility.
Is my file private?
We accept the file over a presigned upload to our B2 storage POP, convert it on our server with ffmpeg, and serve the result through Bunny CDN. The source and output are deleted within 24 hours. No signup is required.
Does this work on iPhone and mobile?
Yes. iPhone Safari, iPad, and Chrome / Edge on Android can all upload .mov files to the tool and download the finished MP4. Because the conversion runs on our server (not in the browser), there is no mobile memory ceiling, so iPhone 4K HEVC works the same as desktop.
Is this really free?
Yes, no catch. Clipy is a free screen recorder; these tools live next door as a free utility. No watermark, no signup wall, no per-day cap.