Generate a Video Filmstrip
Render one image strip of evenly spaced frames — for timelines, previews, scene review or vision-model input. Run the preset directly on this page or call the same agent-ready endpoint from your product.
See what the tool changes.
A real example: the after side is the unedited output of a KinoPipe job. Run the live form above to generate the same result from your own media.
Demo footage: public-domain timelapses (Bureau of Land Management, Oregon · NASA SVS). Processed by the same pipeline the API and MCP tools call.
Useful defaults, typed options.
The tool slug stays stable while your agent supplies named media inputs and a narrow set of documented options.
- 2 to 20 frames in one image
- One request, one file
- Ideal for LLM vision input
- 01Probe the video duration
- 02Sample evenly spaced frames
- 03Scale each frame
- 04Tile one strip image
POST /api/v1/tools/video-filmstripKnow the boundaries before you run.
About video filmstrip
How are the frames chosen?
The clip duration is probed first, then frames are sampled at evenly spaced timestamps across the whole video and tiled left to right.
Why a single strip instead of separate images?
One image is easier to drop into a timeline UI, a review doc or a vision-model prompt. Use extract-frames when you need individual files.
