Set Clip Anchor Point
set_clip_anchor_pointAdjust a video clip's Motion effect anchor point to define the pivot for rotation and scaling using precise pixel coordinates.
Instructions
Set the Anchor Point property on a video clip's Motion effect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Anchor point X in pixels | |
| y | Yes | Anchor point Y in pixels | |
| node_id | Yes | Node ID of the clip |
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. |