Back to Video
Video to GIF — palettegen with fps / width / trim range

Video to GIF — palettegen with fps / width / trim range

Convert videos to GIFs in your browser. Uses ffmpeg.wasm's two-pass palettegen + paletteuse for better color fidelity and lets you set fps, width and a trim range. Supports batch processing and a single ZIP download.

videoimageconversion

How to use

Drop a video and set start / end seconds, fps and width (defaults: 10 fps, 480 px). Click Convert — ffmpeg.wasm runs a two-pass palettegen → paletteuse flow for better color fidelity. Batch processing and a ZIP download are supported.

FAQ

Are videos uploaded?
No. ffmpeg.wasm runs inside your browser; videos and outputs never leave your device.
Why two passes?
GIF is limited to 256 colors. Generating an optimal palette first (palettegen) and applying it (paletteuse) gives much better color reproduction than the single-pass default.
The GIF is huge — what can I do?
Lower fps (e.g. 10 → 8), reduce width, or trim to a shorter range. GIF is inherently inefficient.
Why GIF instead of MP4 / WebM?
GIF still wins on compatibility (plays / autoplays nearly everywhere). For size, MP4 / WebM are far smaller.

Related tools