shot_sheet
Generate a visual contact sheet of every shot in the edit, one labeled tile per shot, to review the current picture track and spot problems before rendering.
Instructions
Look at the picture track — one labelled tile per shot, as an image.
This is the tool to call to see what the film looks like — the picture
track of the edit as it stands. Its neighbours answer different questions
with the same kind of picture: footage_sheet browses one registered
clip's own material, contact_sheet looks at a clip's first ten seconds,
and reframe_sheet reviews framing windows a page at a time. All four
hand the bytes back, because an agent confined to proofcut's tools (the
agent panel's --tools ToolSearch) can open no path at all.
One tile per shot, at the exact source second that shot reads from, four
across and about two dozen a page — the measured ceiling before vision
downscales the sheet and takes the labels with it. Each tile is labelled
asset t=<timeline second>s src=<source second>s, and page walks a
longer film.
asset on a row is the footage; clip_id is the transcript the cue is
addressed against, which on a voiceover project is the VO and not
anything you can see. Read asset.
Drawn from the same projection export renders, so a plan that refuses
comes back as shots_error with no sheet rather than a picture of a film
that will not render.
What you see here is a hypothesis, not a check. Nothing downstream
reads a verdict formed off this sheet — confirm one with an op that
measures (check_frames, verify, black, reframe_coverage).
out is the one thing here that writes where you say: the montage lands
at that path, replacing whatever file is there. Without it a page is
written into the project's own sheet cache, which nothing reads back as
authored state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out | No | Write the image to this path as well, replacing whatever file is there. Unset, it goes to the project's own sheet cache and only the bytes come back. | |
| page | No | Which page of rows to draw, from 1. Unset, the first. | |
| path | No | The project directory to act on. Omit it — the usual case — when this server is bound to a project (started as `proofcut -C DIR mcp`, or inside a project; `ping` says which): it then resolves to that one bound project, a relative path resolves against it, and a path outside it is refused by name. Unbound, `path` is the whole address and omitting it refuses rather than guessing. | |
| per_page | No | Rows per page. `null` draws the whole project in one montage, which returns a path rather than readable bytes — for a person to open, not for an agent to read. |