compose_timeline
Render a JSON timeline of clips into one output file, concatenating track 0 clips in order. Specify paths, start/end times, and tracks to produce a single edited video.
Instructions
Render a JSON timeline (clips with path, start/in, end/out, track) to one output file.
Timeline schema: {name, clips:[{path,start,end,track,label}], width, height, fps, markers}. Track 0 clips are concatenated in order. Optional save_as persists the timeline JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save_as | No | ||
| reencode | No | ||
| timeline | Yes | ||
| overwrite | No | ||
| output_path | Yes | ||
| allow_any_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||