add_to_render_queue
Queue After Effects compositions for rendering by specifying composition ID, output path, and optional settings like output module and render templates.
Instructions
Add a composition to the render queue
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compId | Yes | ID of the composition to render | |
| outputPath | Yes | Output file path for the rendered video | |
| outputModule | No | Output module template name (e.g., 'H.264', 'Lossless') | |
| renderSettings | No | Render settings template name (e.g., 'Best Settings', 'Draft Settings') |