Render a composition
ae_renderRender an After Effects composition to a video file by adding it to the render queue and starting the render. Specify an output path, optional time range, and render settings; the tool blocks until rendering finishes.
Instructions
Add a composition to the render queue and render it. After Effects is blocked while this runs, so keep the range short unless you mean it. Use ae_save_frame for quick visual checks instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time in seconds. Omit for the work area end. | |
| comp | No | Composition name, project item id, or index. Omit for the active comp. | |
| start | No | Start time in seconds. Omit for the work area start. | |
| overwrite | No | Replace outputPath if a file is already there. Default: false, which fails with a clear error instead — After Effects would otherwise block on a modal overwrite prompt. | |
| queueOnly | No | Add to the render queue without starting it, so the user can press Render themselves. | |
| outputPath | Yes | Absolute output path, e.g. '/Users/me/out.mov'. | |
| outputModule | No | Output module template name, e.g. 'H.264 - Match Render Settings - 15 Mbps'. Omit for the default. | |
| renderSettings | No | Render settings template name. Default: 'Best Settings'. | |
| timeoutMinutes | No | How long to wait. Default: 30. |