generate_thumbnail_grid
Create a contact-sheet image with evenly spaced thumbnail frames in a grid to get a quick visual overview of a video.
Instructions
Generate a contact-sheet image (JPEG) with evenly-spaced thumbnail frames arranged in a grid. Useful for getting a quick visual overview of a video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | Number of thumbnail rows (1–20, default 3) | |
| columns | No | Number of thumbnail columns (1–20, default 4) | |
| file_path | Yes | Absolute path to the input video file | |
| output_path | No | Absolute path for the output JPEG file. Defaults to same directory with '_grid.jpg' suffix. |