add_keyframe
Adds a keyframe to a clip's component parameter at a specified time, enabling precise animation control.
Instructions
Adds a keyframe to a clip component parameter at a specific time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | The time in seconds for the keyframe | |
| value | Yes | The value to set at this keyframe | |
| clipId | Yes | The ID of the clip | |
| paramName | Yes | The display name of the parameter (e.g., "Position", "Scale") | |
| componentName | Yes | The display name of the component (e.g., "Motion", "Opacity") |