set_override_pixel_aspect_ratio
Override the pixel aspect ratio for a project item by providing its item_id and numerator/denominator values. Use this to correct non-square pixels or enforce a specific PAR for compliant output.
Instructions
Override the pixel aspect ratio of a project item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Node ID or name of the project item | |
| numerator | Yes | PAR numerator (e.g., 1 for square pixels) | |
| denominator | Yes | PAR denominator (e.g., 1 for square pixels) |