move_clip
Move a clip to a new time position while keeping it on its current track in Adobe Premiere Pro. Specify the clip ID and new time in seconds.
Instructions
Moves a clip along the timeline, keeping it on its current track. To move a clip to a different track, use move_clip_to_track: on this Premiere build that is a remove-and-reinsert, which can overwrite whatever occupies the destination and gives the clip a new id, so it is deliberately a separate call rather than an option here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clipId | Yes | The ID of the clip to move | |
| newTime | Yes | The new time position in seconds |