Join videos
concat_videosConcatenate multiple videos into one file in specified order, with hard cuts or crossfades; clips auto-normalize to the first video's resolution and frame rate.
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) |