Tested tool guide
Tested browser tools
Checked August 16, 2026
What Video to GIF Converter does, with a checked example
An animated GIF is a video frozen into the GIF format, and this page makes that trade. You choose a video file, set the frame rate, output width, and start and end times, and the clip is decoded, resized, and re-encoded into an animated GIF you can save. Everything runs in the browser; the file never leaves your machine. Two things surprise most users. Each GIF frame is limited to 256 colors, so smooth gradients like skies and skin band into visible stripes. And the output is often larger than the source video, because GIF compression rewards flat, still pictures and punishes noise and motion.
Worked example
A concrete input and expected output from the current implementation.
Input
concert.mp4 - start 0:08, end 0:20, frame rate 15 fps, width 480 px
->
Expected output
A 480x270 GIF covering the trimmed 12 seconds, made of 180 frames, looping silently.
End minus start is 12 s (20 - 8), and 12 s at 15 fps is 180 frames. A 16:9 source resized to 480 px wide is 270 px tall. The byte size is deliberately not stated: it depends on the footage's motion and color complexity, not just these settings.