Video in, GIF out
GIFs still have one advantage over video files: they autoplay inline almost everywhere — GitHub issues, pull requests, documentation sites, chat apps, forums — with no play button and no codec questions. That makes them the standard way to show a bug reproducing, demonstrate a UI interaction in docs, or share a reaction clip. This tool takes a video, lets you pick a start time, a duration, a frame rate, and an output width, then assembles the GIF frame by frame on your device.
Why the 15-second cap exists
GIF is a genuinely inefficient format — every frame is stored as a full indexed-color image with none of the compression tricks modern video uses. A few seconds of footage can become tens of megabytes of GIF. The tool therefore limits clips to roughly 15 seconds and shows the estimated output size as you change settings, so you can trade off length, frame rate, and width before exporting instead of discovering a 40 MB file afterwards. If you need something longer, a small MP4 or WebM is almost always the better choice.
Decoded on your device
The source video is decoded with your browser's hardware-accelerated codecs and never transmitted to a server. That matters more for GIF conversion than for most tasks: screen recordings are often large, and on upload-based converters a 200 MB recording means minutes of waiting before processing even begins. Here the work starts as soon as decoding does, and there are no daily conversion quotas.