video_merge
Combine multiple video clips into a single file with customizable transitions between segments.
Instructions
Merge multiple video clips into one.
Args: clips: List of absolute paths to video clips to merge (in order). output_path: Where to save the merged video. Auto-generated if omitted. transition: Single transition type for all clip pairs (fade, dissolve, wipe-left, wipe-right, wipe-up, wipe-down). transitions: Per-pair transition types (one per clip boundary). Overrides transition if both provided. transition_duration: Duration of each transition in seconds.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clips | Yes | ||
| output_path | No | ||
| transition | No | ||
| transitions | No | ||
| transition_duration | No |