Join videos
concat_videosJoin multiple video clips into one file in playback order, adding crossfades or hard cuts. Normalizes resolution and frame rate for clean transitions.
Instructions
Concatenate two or more videos into one file, in the order given, with hard cuts or a crossfade between clips. Clips are normalized (scaled/padded to the first clip's resolution and frame rate) so mixed sources join cleanly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crossfade | No | Crossfade duration in seconds between clips (default: hard cuts) | |
| input_paths | Yes | Paths of the videos to join, in playback order | |
| output_path | No | Where to write the result (default: alongside the first input, as .mp4) |