Set Override Pixel Aspect Ratio
set_override_pixel_aspect_ratioOverride the pixel aspect ratio of a project item to fix distorted playback or match target delivery specs.
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) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |