GIF to MP4 Converter
Convert any animated GIF to an MP4 video — far smaller files with the same motion.
100% client-side · ffmpeg.wasm · no upload
Pick a GIF file to begin.
⬇ Download MP4How to convert GIF to MP4
- Pick your
.giffile. - Pick a quality preset. CRF 23 is a balanced default; CRF 28 is smaller.
- Keep yuv420p on if you need playback on iOS Safari and most embedded players.
- Press Convert to MP4 and download the result.
Common use cases
- Faster page loads — replace a 6 MB GIF hero with a 300 KB looping MP4.
- Posting to Twitter / X, which converts uploaded GIFs to MP4 server-side anyway.
- Mobile-friendly product loops that don't burn data plans.
Related: GIF Maker · Animated WebP Maker · Video to GIF · All animation tools
Frequently Asked Questions
- Will the MP4 loop automatically?
- The MP4 itself does not loop — the player has to. In HTML, add <code>autoplay loop muted playsinline</code> on the <code><video></code> element.
- What if the GIF has a non-even width?
- H.264 requires even dimensions; this tool pads odd widths/heights by one pixel so encoding never fails on rare sizes.
- Why is the first run slow?
- ffmpeg.wasm is ~25 MB and is downloaded once, then cached for instant subsequent runs.
Last updated: By jarvisbox