Extract a filmstrip
extract_filmstripSample frames from a video into a tiled contact sheet to quickly survey footage and identify key moments.
Instructions
Tile several frames into one contact sheet, to survey footage at a glance.
The fastest way to find out what is actually in a clip — where the good moments are, where the camera settles, which shots are worth cutting to. Answers immediately: each frame is a separate fast seek, so the cost tracks the number of frames, not the length of the video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Null samples to the end of the file. | |
| count | No | How many frames to sample. | |
| start | No | ||
| columns | No | Tiles per row. | |
| input_path | Yes | Video to sample. | |
| tile_width | No | Width of each tile. | |
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| times | Yes | ||
| columns | Yes | ||
| output_path | Yes |