Skip to content

Free toolsAudio and video

GIF to MP4

The same animation at a fraction of the bytes, in a file every player and site accepts.

This one runs on your credits. The same animation at a fraction of the bytes, in a file every player and site accepts.

Sign in and get 500 free credits every month — enough for many files — then drop the file in the workbench and run gif to mp4 there.

Pick a file below to see exactly what it would cost.

More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension

How to convert GIF to MP4

  1. Drop the GIF.
  2. Nothing to choose.
  3. Press Convert and download the MP4.

What happens to your file

The GIF’s frames are decoded at their own timing and encoded as H.264 in a fast-start MP4 with even dimensions (a one-pixel edge is trimmed if needed). The result has no sound track; it plays wherever video plays and is usually a tenth of the size.

A still GIF gives a one-frame video; convert it with GIF to PNG instead.

Questions

Will it loop?

A video file does not carry a loop flag; the player decides. Every chat app and most sites loop short videos automatically.

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": {
      "container": "mp4"
    }
  }'

The same operation, video.convert — Anything playable becomes H.264+AAC in a faststart MP4 — or, by `container`, MOV, MKV, or VP9+Opus WebM. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.