Render a frame to look at
ae_save_frameRender a composition frame as a PNG to visually verify your After Effects work after edits. See the actual comp output to confirm changes landed correctly.
Instructions
Render a single frame of a composition to PNG and return it as an image, so you can see what the comp actually looks like. Use this to check your work after making changes — don't assume an edit landed the way you intended.
The PNG has a transparent background: a composition's background color is an After Effects preview setting and never renders. Add a solid layer if you need an opaque backdrop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp | No | Composition name, project item id, or index. Omit for the active comp. | |
| time | No | Seconds, or frames as "48f". Omit for the current playhead position. | |
| maxSize | No | Longest edge in pixels for the returned image. Default: 1200. | |
| outputPath | No | Absolute path to keep the PNG. Omit to use a temp file. | |
| returnImage | No | Embed the PNG in the response. Default: true. Set false to only write the file. |