The three levers of a good GIF
GIF is a 1990s format: whole frames, 256 colours, no modern compression — so size control is everything. Length matters most: the best GIFs loop 2–6 seconds, and the trim boxes cut to exactly that. Width is next: 480 px reads perfectly in chat, docs and pull requests. Frame rate is the final trim: 12 fps looks smooth for most content, 8 fps halves the size again for slides and screen recordings.
Why these GIFs look better
Most quick converters quantise every video to the same generic 256-colour palette, which is where the banded skies and
grainy skin tones come from. This tool computes a palette from your actual clip first (FFmpeg's
palettegen), then maps frames onto it — the difference is immediately visible on gradients. Everything
runs in your browser: the clip is never uploaded, there is no watermark, and once the engine is cached the tool works
offline. When the destination accepts video, GIF to MP4 gets you the same animation many
times smaller.