concatenate
Combine multiple video or audio clips in sequence to create a single continuous file. Specify clip IDs and optional method for composing or chaining videos.
Instructions
Join clips end-to-end, in the given order.
All ids must be the same kind (all video/image, or all audio).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | 'compose' (safe for mixed resolutions, pads smaller clips) or 'chain' (faster, requires identical sizes). Video only. | compose |
| clip_ids | Yes | Two or more clip_ids in playback order. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||