create-composition
Create a new After Effects composition with defined name, dimensions, duration, frame rate, pixel aspect, and background color.
Instructions
Create a new composition in After Effects with specified parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the composition | |
| width | Yes | Width of the composition in pixels | |
| height | Yes | Height of the composition in pixels | |
| pixelAspect | No | Pixel aspect ratio (default: 1.0) | |
| duration | No | Duration in seconds (default: 10.0) | |
| frameRate | No | Frame rate in frames per second (default: 30.0) | |
| backgroundColor | No | Background color of the composition (RGB values 0-255) |