Skip to content

image guide

How to Make an Animated GIF: From a Video Clip or a Photo Burst

GIF refuses to die for good reason: it autoplays, loops, survives every email client, chat app and forum on earth, and needs no player. The cost is that a naive GIF of a video clip can weigh twenty megabytes — the format's 256-colour palette and unfashionable compression punish careless settings. This guide covers making GIFs from video (MP4, WebM, MOV) and from still images, and exactly which knobs — frame rate, dimensions, palette, loop — decide whether the result is 400 KB or unusable.

Updated September 22, 2026 · 13 questions answered

Key takeaways

  • Short, small, slow: a good web GIF is under 3 seconds, 480 px wide or less, at 10-15 fps — those three settings do more for file size than every encoder option combined.
  • Video-to-GIF converts a clip in the browser (MP4, WebM, MOV); image-to-GIF stitches still frames into an animation — two different jobs, one format.
  • GIF has no transparency maturity: each pixel is fully on or fully off, so feathered edges get jagged — design frames against the destination background.
  • The 256-colour limit is the format's identity: photographs dither (fine grain) or band (flat steps); flat-colour screen recordings are GIF's native habitat.
  • No upload is doubly valuable here: the raw clip you turned into a GIF may be the most sensitive version of it.

Two Ways to Get a GIF

From video: the video-to-GIF tools load an MP4, WebM or MOV, let you pick the window of seconds you want, and sample frames out of it at your chosen rate. The browser decodes the video itself — WebM plays natively everywhere, MP4 (H.264) plays in every consumer browser, and MOV works when it carries the same mainstream codecs. The clip never leaves the device, which matters because source clips are often screen recordings of things that were never meant to be seen by a stranger's server.

From stills: the image-to-GIF tool takes a set of frames — a burst photo, animation cels, screenshots of a UI state — and assembles them into an animation with one shared delay. This is the older use of GIF and still the reliable one: because you supplied the frames, timing is exact, and there is no video decoder guessing at sampling.

The Three Settings That Decide Everything

Dimensions first. GIF is paletted and uncompressed per frame except for simple LZW, so bytes scale with pixel count and change count — halving the width cuts frame area by four. A reaction GIF does not need 720p; 320-480 px wide is the format's natural size, and on a phone screen nobody can tell.

Frame rate second. Video thinks in 24-60 fps; GIF lives happily at 10-15. Motion at 12 fps looks identical to 24 in anything under a second of movement because the frames you dropped were interpolating a blink. Every frame you delete is bytes the encoder never sees.

Duration third, and most important: three seconds. A GIF that loops a perfect cycle needs no more; a five-second clip at 15 fps is 75 frames, and seventy-five frames of photographic content is how 15 MB GIFs happen. Pick the loop's beginning and end deliberately — a GIF whose motion starts and stops at the same place reads infinite, and readers watch infinite GIFs three or four times, which is the entire economy of the format.

Living With 256 Colours

GIF stores each frame against a palette of at most 256 colours — not 24-bit truecolour. Photographic frames therefore get either dithering (tiny checkerboards of nearby colours that blend at viewing distance — grainy but smooth in tone) or banding (visible steps in gradients — skies go stripy). Neither is a bug in the tool; both are the format doing what it can.

The practical consequences: GIF is brilliant for screen recordings, UI demos, logos, flat illustration and anything with hard edges and few colours, where 256 is plenty and LZW compresses the flat areas almost for free. It is mediocre for film footage and terrible for skies over landscapes. If your subject is photographic and the destination is the web, consider what the modern alternatives actually offer: animated WebP carries true colour at a fifth of the weight, and APNG carries full alpha — but neither survives being pasted into an email signature or a twenty-year-old forum, which is precisely why you are making a GIF.

Transparency, Looping and Mesting Around

GIF transparency is one binary flag per pixel, chosen from the palette: a pixel is either background or not. There is no semi-transparent edge, so a feathered cutout pasted onto a GIF frame shows a halo of its original matte. The workflow fix: composite frames against the destination background colour before assembly, so the edge is already correct for where the GIF will live.

Looping is a metadata flag — forever or a set count — and different platforms disagree about defaults. Some chat apps strip loop settings; a forum may play once. If the animation's meaning completes in one cycle, set it to loop forever and accept the rare one-shot viewer; if it is a reaction beat, a single clean pass often reads better anyway.

The assembly order for video sources: trim to the loop window, choose dimensions and rate, and only then export — every re-encode of a GIF loses a little because its frames were already palettised once. Make one GIF from the source video rather than making a GIF of a GIF.

When the GIF Is Too Big (and What to Do)

Chat apps impose 1-8 MB ceilings, Discord's is 10 for non-nitro, email gateways choke past 20 MB total, and a page that inlines six 5 MB GIFs will never pass a Core Web Vitals audit. The rescue order is always: fewer frames (drop to 8 fps), smaller frame (320 px wide), shorter loop (2 s instead of 4). That trio halves bytes at each step and the result still reads as the same idea.

If the destination is a website rather than a chat, the honest answer is probably not a GIF at all: a muted, looping, autoplaying WebM or MP4 carries true colour and alpha at a fraction of the weight, and browsers handle it well. GIF's remaining kingdom is paste-ability — the format that works everywhere without anyone approving it — and for that, small and slightly crude is not a compromise; it is the job description.

Frequently asked questions

The questions people ask most about how to make a gif from images or video — free, no upload, no watermark, answered directly.

How do I make a GIF from a video for free?

Open a browser video-to-GIF tool, pick the clip, set the start/end of the loop, choose size and frame rate, and download — no account, no watermark, and no upload: the video is decoded on your own device. MP4, WebM and MOV all work.

Why is my GIF so huge?

Because GIF barely compresses between frames compared with video codecs, and every extra frame, pixel and colour costs bytes. Cut duration to under 3 seconds, width to 480 px or less, and rate to 10-15 fps — usually a 15 MB disaster lands under 2 MB and looks 95% as good in a chat window.

What is the best frame rate for a GIF?

10-15 fps for almost everything. GIF frame delays are in hundredths of a second, and chat apps display them small and briefly; 24 fps mostly duplicates frames the viewer cannot perceive. If the motion looks choppy, 20 fps is the ceiling worth paying for.

Can I make a GIF from multiple images?

Yes — image-to-GIF tools take an ordered set of stills and play them at a shared delay (typically 0.1-0.5 s per frame). The frames need not be identical sizes, but matching them first in the resizer avoids the encoder letterboxing or cropping inconsistently.

How do I make a GIF loop perfectly?

Pick a window where the first and last frames match in position or motion phase — the subject mid-step, the cursor back at the start, the loader spinner at the same angle. Perfect loops read as infinite and get watched repeatedly; a visible restart snap breaks the effect regardless of how clean the frames are.

Is GIF better than animated WebP?

For weight and colour, no — animated WebP wins both decisively. For compatibility, GIF still wins: it autoplays in email clients, chat apps, old forums and markdown everywhere without conversion pipelines. Choose GIF for pasting and WebP for websites you control.

Does GIF support transparency?

Yes, but binary transparency only: each pixel is either fully visible or fully background, no soft edges. Composite your frames against the final background before assembling, or cutout edges will show the matte they were made on.

How do I reduce GIF size without losing quality?

Cut in this order — duration, then dimensions, then frame rate, because each is invisible until it is too far. Only after that touch palette tricks (fewer colours, less dithering). The classic mistake is keeping 60 frames of a 720p loop and blaming the encoder.

Can I make a GIF from YouTube or another website's video?

Technically you need the file, and downloading platform streams is where licensing and terms of service start to matter — clips you own or are licensed to use are the clean case. Once the file is on your machine, the browser tools convert MP4/WebM/MOV identically.

Why does my GIF have checkered noise in it?

That is dithering — the GIF palette is approximating colours between its 256 entries with tiny patterns that blend at normal viewing distance. Reducing the source's colour variety (flatter frames, less gradient) or accepting mild dither over banding is the trade; it is a colour problem, not a quality problem.

Do I need software to make GIFs?

No — browser-based GIF makers cover trim, resize, frame rate, looping and assembly with no install and no upload. Desktop tools like FFmpeg and ScreenToGif earn their keep for scripted pipelines and frame-by-frame drawing, not for the everyday clip-to-GIF job.

What is the maximum GIF size for WhatsApp, Discord and email?

Practical ceilings: WhatsApp ~15-64 MB but chat UIs downscale aggressively; Discord 10 MB for free accounts; email send safely under 5 MB per image and 20 MB per message total. If a GIF bounces anywhere, cut duration first — a two-second loop fits anywhere.

Can the tools convert MOV from my iPhone?

Yes, when the MOV carries standard H.264/H.265 video that the browser can decode — the usual case for phone recordings. HEVC-in-MOV can be picky on non-Apple browsers; if a clip will not load, converting it to MP4 or WebM first is the ten-second fix.