add_zoom_keyframes
Add scale animation keyframes to video segments for creating zoom in/out effects. Specify time and scale values to control the animation within the Statonic MCP video editor.
Instructions
Add scale/zoom animation keyframes to a video segment. Creates smooth zoom in/out effects.
Examples: • "zoom in 20% for the hook" - adds keyframes to scale from 1.0 to 1.2 over the segment • "zoom out 10% from 2s to 4s" - adds keyframes at specific times • "subtle push in" - gentle 1.0 to 1.15 scale animation
The zoom animation interpolates linearly between keyframes. Keyframes are relative to the segment's start time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the .json project file | |
| segment_id | Yes | Video segment ID to add zoom to | |
| keyframes | Yes | Array of {time_sec, scale} keyframes. time_sec is relative to segment start (0 = segment start) |