Convert tool

MP4 to GIF with FFmpeg

Create high-quality GIF commands from MP4 using palette generation.

FFmpeg.Run generates commands only. Your media files stay on your computer and are never uploaded.

Command options

Generated command

Common uses

  • Create short GIFs
  • Tune FPS and width
  • Use palettes for better color

Related articles

Related command recipes

Command notes

Palette generation usually creates much better GIF colors than a one-pass conversion.

Lower FPS and smaller width reduce GIF file size significantly.

GIF is not efficient for long clips. Keep the duration short when possible.

FAQ

Why use a palette?

GIFs are limited to 256 colors. A generated palette helps FFmpeg choose better colors for the specific clip.

What FPS should I use?

10-15 FPS is a common balance for short GIFs. Use higher FPS only when smooth motion matters more than file size.

Why is my GIF so large?

GIF compression is limited. Reduce width, duration, and FPS to shrink the output.