Drop a cap on that GIF. This decade.
licecap ships. it records. it works. it also encodes like the year was 2012.
- single global palette. detailed content comes out muddy.
- no size cap. no auto-quality. you set fps and hope.
- great workflow. fourteen-year-old encoder.
gifcap. licecap's drag-drop simplicity, modernized: ffmpeg + gifski, per-frame palettes, hard size cap. windows desktop, free tier, pro $29 lifetime.
| axis | licecap | gifcap |
|---|---|---|
| encoder | single global palette | ffmpeg + gifski, per-frame palette |
| quality at same file size | dithered, dated | crisp, modern |
| size cap with auto-quality | no | binary-search until it fits |
| screen recording built-in | yes | no — pair with sharex/obs |
| maintenance | dormant | active development |
| price | free | free tier; pro $29 lifetime |
How gifcap solves this — in detail
LICEcap is the reason a lot of people learned to make GIFs in the first place. Cockos shipped it in 2012, it does one thing — record the rectangle under this frame, export to GIF — and it does it with a workflow so direct that newer tools still haven't matched the floor. the problem isn't the concept, it's the encoder. LICEcap uses a single global palette, and for 2012-era web content that was fine. for 2026 screen recordings with anti-aliased fonts, gradients, and dark-mode UIs, that palette is the reason your GIF looks muddy.
the project is effectively dormant. binaries still download from the Cockos site, but major releases are years apart and there's no sign of an engine upgrade. meanwhile gifski — the Rust-based encoder from Kornel Lesiński — has become the de facto standard for quality GIF output, and it builds a per-frame palette instead of compromising across the clip. if you line up the same 480p screen recording through LICEcap and through a gifski pipeline at the same target file size, the gifski version is visibly sharper on anything that isn't a solid-color cartoon.
gifcap's pitch to LICEcap users isn't "stop recording the screen." it's "keep recording, use a modern encoder for the output." record with ShareX, OBS, or any tool you already use, drop the file into gifcap, set a size cap, and the binary-search quality tuner lands under whatever limit you care about. same drag-drop directness LICEcap trained you to expect, with an encoder that shipped this decade.
LICEcap vs. gifcap — the spec
- LICEcap developer: Cockos Incorporated. Last major version: v1.33, April 2022 — effectively dormant since.
- LICEcap encoder: single global palette, proprietary .lcf + standard GIF output.
- LICEcap workflow: record the screen region under the frame; no video-file input.
- LICEcap controls: max fps, title frame, lcf recording on/off. No size cap, no quality auto-tune.
- gifcap developer: Gamut Creative, actively developed; release runbook and changelog on gifcap.io.
- gifcap encoder: ffmpeg decode + gifski per-frame palette.
- gifcap workflow: drag-drop video files (mp4, mov, mkv, webm) from any recorder; no built-in screen capture.