xtract.bot

Animated WebP extract frames

Try it interactively →
POST /api/image-webp-animated-to-frames

Extract every frame of an animated WebP as a base64 PNG. Returns frame timing in ms. The WebP analogue of gif-extract-frames.

Decodes an animated WebP and returns every frame as a PNG (base64-encoded). Each frame includes its delay in milliseconds. Use cases mirror `gif-extract-frames` — frame-by-frame analysis, picking a poster image, format conversion.

Inputs

NameTypeDefaultDescription
image*fileInput animated WebP.

Response

Modes: json, binary. Cache: yes (24h TTL).