ae_render_headless
Render After Effects compositions from the command line without opening the application. Specify the project, composition, and output path to generate videos directly.
Instructions
Render a composition directly via aerender (command-line, no UI required). After Effects does NOT need to be open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp_name | Yes | Name of the composition to render | |
| end_frame | No | End frame (default: last frame) | |
| output_path | Yes | Absolute output file path (include extension) | |
| start_frame | No | Start frame (default: first frame) | |
| project_path | Yes | Absolute path to the .aep project file | |
| aerender_path | No | Path to aerender binary (auto-detected if omitted) | |
| output_module | No | Output module template name (e.g. 'Lossless') | |
| render_settings | No | Render settings template (e.g. 'Best Settings') |