build_rough_cut
Auto-assemble a timed sequence of vintage clips into a video timeline based on a description. Returns an ordered list of clips with durations. Great for creating edit lists or storyboards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pace | No | Editing pace: slow (4-8s/clip), balanced (3-6s/clip), fast (2-4s/clip) | |
| query | Yes | Natural language description of the video sequence (e.g. 'american road trip summer vacation 1960s') | |
| year_to | No | Latest year filter | |
| year_from | No | Earliest year filter | |
| target_seconds | No | Target timeline length in seconds (20-600, default 60) |