Free tools · Audio and video
MOV to MP4
QuickTime, MKV, WebM or AVI into an MP4 every device plays. Runs on your credits in the console.
This one runs on your credits. QuickTime, MKV, WebM or AVI into an MP4 every device plays. Runs on your credits in the console.
Sign in and get 500 free credits every month — enough for many files — then drop the file in the workbench and run mov to mp4 there.
Pick a file below to see exactly what it would cost.
Runs on your credits in the console — 500 free a month, about 2 per megabyte here.
How to mov to mp4
- Sign in — 500 free credits a month.
- Drop the video in the workbench.
- Run Convert and download the MP4.
What happens to your file
The video is re-encoded to H.264 with AAC audio — the combination every player supports — with the index moved to the front for instant playback.
An iPhone MOV recorded in HEVC (H.265) is the usual reason a file will not play on Windows; the conversion fixes it at the cost of a somewhat larger file.
Questions
Is quality lost?
Re-encoding always costs a little; at the default bitrate you will not notice on a phone or laptop screen.
What does it cost?
Two credits per megabyte of input.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "video.convert",
"options": {}
}'The same operation, video.convert — Anything playable becomes H.264+AAC in a faststart MP4. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.