edit_video
Edit Loom videos by trimming start/end, extracting clips, or updating title and description.
Instructions
Edit a video by adding clips or trimming sections. Supports trimming start/end, extracting clips, and updating metadata like title and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | Unique identifier for the video | |
| editing_details | Yes | Details for editing the video. Supported options: - trim_start: Start time in seconds to trim from beginning - trim_end: End time in seconds where video should end - clips: List of clip objects with 'start' and 'end' times in seconds - title: Optional new title for the edited video - description: Optional new description for the edited video |