ae_capture_frame
Render a composition frame as a PNG at a specified time to verify visual changes. Returns the image directly, defaulting to the current playhead.
Instructions
Render a still PNG of a composition at a given time (seconds) and return it as an image when possible. Use after visual changes so you can verify the result. Defaults to current CTI time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | No | Time in seconds; default current time | |
| max_size | No | Max dimension for returned image (path still full-res) | |
| comp_name | No | Composition name. Prefer this over index. | |
| comp_index | No | 1-based project item index if name is ambiguous. |