timeline_split_clip
Split a video clip into two independent parts at an exact time offset. Provide the track, clip index, and offset in seconds to divide it cleanly.
Instructions
Cut a clip into two independent pieces at a precise time offset.
Args: track_id: Track containing the clip. clip_index: 0-based index of the clip within the track. offset: Time offset in seconds from the clip's start (0 < offset < clip duration).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | Yes | ||
| track_id | Yes | ||
| clip_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||