Video to GIF

Turns a clip into an animated GIF at the frame rate and width you set. GIF maps everything to 256 colors.

What this does

This decodes the frames of your video, resamples them to the frame rate and width you set, and writes them out as an animated GIF. The clip is reduced to the chosen start and end range, and each frame is quantized down to a 256-color palette, since that is the most a GIF can hold. The result is a single looping .gif file.

GIF has no real motion compression: every frame is stored as its own palette image, so files grow fast with longer clips, higher frame rates, and larger widths. There is no audio track in a GIF, so sound is dropped. Color banding on gradients is normal at 256 colors.

How it works

  1. 1Drop your video (MP4, MOV, WebM and more) or pick it from your device.
  2. 2Set the frame rate and width, plus an optional start and end to trim the clip.
  3. 3Click Create GIF, preview the animation, then download the GIF.

Built with open source

  • Mediabunny Converts and edits video and audio in the browser via WebCodecs. Add-on encoders cover MP3, AAC, and FLAC. · MPL-2.0
  • gifenc Fast GIF encoding with color quantization. · MIT

Frequently asked questions