Set Sequence Pixel Aspect Ratio
set_sequence_pixel_aspect_ratioChange the active sequence's pixel aspect ratio to a specified value, such as square pixels or 16:9 DV. Returns a capability error when the legacy host doesn't expose a writable setting.
Instructions
Change the pixel aspect ratio of the active sequence, or return a capability error when the legacy host does not expose a writable setting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ratio | Yes | Pixel aspect ratio string (for example '1.0' for square pixels or '1.4222' for 16:9 DV). |
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. |