MOV to MP4 for non-Apple devices
An HEVC iPhone video will not play on an old computer; convert it to an H.264 MP4.
Guide
Video Format Converter changes one container and codec into another: MOV files from Apple devices, WebM from screen recordings, downloaded MKV or old AVI become an MP4 that plays anywhere, or the other way round into web-friendly WebM. It is the “Video conversion” tab of the audio/video workbench, and ffmpeg inside the browser does all the work.
Updated 2026-09-094 min read
Video Format Converter changes one container and codec into another: MOV files from Apple devices, WebM from screen recordings, downloaded MKV or old AVI become an MP4 that plays anywhere, or the other way round into web-friendly WebM. It is the “Video conversion” tab of the audio/video workbench, and ffmpeg inside the browser does all the work.
Each target format maps to a fixed codec pair: MP4 / MKV / MOV / FLV / TS use H.264 + AAC 128 kbps; WebM uses VP9 + Opus (noticeably slower to encode); AVI uses MPEG-4 (Xvid) + MP3; 3GP uses H.264 baseline + AAC 96 kbps; OGV uses Theora + Vorbis. Every conversion re-encodes the picture — there is no copy mode that only swaps the container.
_converted suffix.| Input | Output | Notes |
|---|---|---|
4K 60 fps MOV shot on an iPhone |
“WeChat share” preset → 1080p, 30 fps MP4 with H.264 + AAC |
The preset caps at 1080p and drops anything above 30 fps to 30 |
A 16:9 landscape MP4 for a vertical-video platform |
“Vertical 9:16” preset → 1080×1920, picture centred with black bars above and below |
The picture is not cropped, only padded with black |
MKV to WebM at CRF 28 |
.webm in VP9 + Opus |
VP9 encoding is several times slower than H.264 |
An HEVC iPhone video will not play on an old computer; convert it to an H.264 MP4.
Browser screen recording can only output WebM, while editing software and WeChat prefer MP4.
The “3GP feature phone” preset outputs a 352-pixel-wide mono 64 kbps 3GP that old devices can play.
Not this tool — every target goes through the encoder. To repair a file that will not play, try “Container repair” on the “More” tab, which rebuilds timestamps with a stream copy.
It usually means the source audio track uses an unusual codec or the file has no audio track at all. Check with Media Info first to see whether an audio stream is detected.
At the same CRF the quality is basically the same; slow only trades more time for a smaller file. Encoding in a browser is slow to begin with, so fast is the usual choice.
The conversion runs in your browser through ffmpeg.wasm and the video never leaves your machine; the first use downloads about 31 MB of engine files from a CDN (the site's asset domain or jsDelivr), which are then reused within the same page, and that download carries no file content.
Updated 2026-09-09
Convert between MP4/WebM/MKV/AVI/MOV/FLV/TS/3GP/OGV with adjustable quality, resolution and frame rate
Everything runs locally in your browser; files are never uploaded to a server