Video to GIF

Convert video clips into animated GIFs with size, range and fps control.

How to use this tool

  • Drop a video file.
  • Set start and end (or use the whole clip).
  • Set width and fps.
  • Convert and download.

How it works

A hidden video element decodes the requested range frame by frame; each frame paints to a canvas and gifenc packs the frame into an animated GIF.

Tips

  • Clips under 5 seconds at 12 fps make tidy GIFs.
  • Keep the width low — a 480 wide GIF is usually plenty.

Limitations

Very long or very high-resolution clips are slow and large; browser codec support determines what plays.

Frequently asked questions

How is the GIF created?

Video frames are decoded to a canvas and encoded with the gifenc encoder into a GIF file.

How do I keep the GIF small?

Lower width, fewer fps (10-12 is fine for most clips) and a short range all shrink the file dramatically.

Is conversion local?

Yes — whole pipeline runs in your browser using Web APIs.