Update Overlay Clip Timing

Update overlay clip timing — translates to the source Video's crop fields.

Crop/trim lives on the source Video (crop_start_ms, crop_end_ms) rather than on the OverlayClip. trim_start_ms → source_video.crop_start_ms; duration_ms → implies crop_end_ms = source.duration - trim_start - duration.

patch/api/projects/{project_id}/overlay-clips/{clip_id}/timing

Path parameters

project_idstring required
clip_idstring required

Request body

trimStartMsinteger

Trim offset into source video (ms)

durationMsinteger required

Visible duration on timeline (ms)

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.