render_frame
Render a single composition frame to a PNG file on disk. Specify the time in seconds and optional composition ID or name to capture and inspect the exact visual output.
Instructions
Render a single frame of a composition to a PNG file on disk. Returns the file path so the AI can inspect what the comp actually looks like.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | Time in seconds of the frame to render | |
| compId | No | Composition ID | |
| compName | No | Composition name | |
| fileName | No | Output file name (default: <comp>_t<time>s.png) | |
| outputDir | No | Output folder (default: ~/Desktop/ae_probe) |