Video Concat
video_concatStitches multiple videos end-to-end, in order, into one NEW file (e.g. assemble separate acts). All inputs should share a resolution for a clean result. Returns the output path + duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | Ordered list of video file paths. | |
| output | No | Output path (default: <first-input>_joined.mov). Missing parent folders are created. |