build_timeline
Creates an editorial timeline from downloaded media clips, arranging them end-to-end and outputting Final Cut XML, EDL, and manifest files for editing in DaVinci Resolve, Premiere, or other tools.
Instructions
Write an editor timeline from chosen, already-downloaded clips. Emits timeline.fcpxml (Final Cut / DaVinci Resolve / Premiere), timeline.edl (universal fallback), and manifest.json into the output directory. Clips are laid end-to-end as a rough assembly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clips | Yes | Ordered clips to place on the timeline. | |
| title | No | Timeline/project name. | |
| out_dir | Yes | Absolute directory to write the timeline files into. Created if missing. |