Merge video clips
video_mergeConcatenate two or more video clips into a single output file, with optional xfade transitions between clips.
Instructions
Concatenate two or more existing video clips into one rendered output file. The input clips are read only and kept unchanged; the tool creates an auto-named output or writes to output_path, using FFmpeg and reporting transition or media-mismatch validation errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clips | Yes | Ordered absolute paths to existing video clips. Provide at least two clips; inputs are validated and never modified. | |
| transition | No | Optional xfade transition applied to every clip boundary, such as fade, dissolve, wipeleft, wiperight, slideleft, or slideright. | |
| output_path | No | Destination video path. Auto-generated when omitted; an existing supplied path may be overwritten. | |
| transitions | No | Optional per-boundary xfade transitions. Overrides transition when provided. | |
| transition_duration | No | Duration in seconds for each transition; must fit inside neighboring clips. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||