All free tools
MP4 to GIF
Convert short video clips into GIFs in your browser. Useful for memes, reactions, demos, and lightweight sharing.
Drop your file here or click to browse
Accepts MP4
Settings
Processing runs entirely in your browser. No file is uploaded anywhere.
Show equivalent FFmpeg command
ffmpeg -ss 00:00:00 -t 5 -i input.mp4 -vf fps=15,scale=480:-1:flags=lanczos,split[s0][s1];[s0]palettegen=max_colors=256:stats_mode=diff[p];[s1][p]paletteuse=dither=bayer -f gif -loop 0 output.gif
Frequently asked questions
How long can the GIF be?
Up to 30 seconds, though shorter GIFs (under 10s) produce smaller files and loop better.
Why is my GIF so large?
GIFs store every frame without modern compression. Reduce the width or duration to keep the file size manageable.
Can I convert WebM to GIF?
Currently this tool accepts MP4 files. For other formats, convert to MP4 first.