Set Clip Scale
set_clip_scaleResize a video clip by changing the Scale property in its Motion effect. Use 100 for original size, 200 for double, 50 for half.
Instructions
Set the Scale property on a video clip's Motion effect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | Yes | Scale value (100 = original size, 200 = 2x, 50 = half) | |
| 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. |