4 July 2026
Video to GIF: making clips that actually load
Turning a video moment into a GIF for docs, chats and issues — and keeping it under a few megabytes with the three settings that matter.
GIFs won because they autoplay everywhere — chat apps, GitHub, docs, email. They also weigh 5–10× more than the same clip as a video file, so a careless conversion produces a 40MB monster nobody can post. Three settings control everything.
The three levers
- Duration. GIF size grows linearly with length. Almost every good GIF is under 10 seconds; trim to the exact moment first with Trim Video.
- Frame rate. Video is 24–60fps; GIFs read fine at 10–15fps. Halving the frame rate halves the size with barely visible choppiness for UI demos and reactions.
- Width. Pixels are quadratic: a 480px-wide GIF is roughly a quarter the size of a 960px one. For chat and docs, 480px is plenty.
Convert with Video to GIF — it runs the clip through those exact controls.
GIF from images instead
Assembling a GIF from separate frames — screenshots of steps, a logo sequence, a before/after flip — is a different job: GIF Maker takes multiple images and builds the animation in your browser, with control over the per-frame delay.
When not to use a GIF
GIFs are limited to 256 colours per frame — real-life footage looks posterised and huge. If the platform supports video uploads (Slack, WhatsApp, modern CMSes all do), a short MP4 is smaller and better-looking; keep GIF for the places that autoplay only GIFs, like GitHub READMEs and issue threads.