ComfyUI Node
Clip Stitcher
Merge video clips into one. blend_duration=0 concatenates; >0 cross-dissolves. Set clip_duration > 0 to force fixed segment lengths instead of using full clips.
Clip Stitcher
- video
◄source_folder▾►
◄clip_list[]►
◄clip_duration5.00►
◄blend_duration0.50►
CategoryFBnodes
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| source_folder | COMBO | Select which folder to browse clips from. | |
| clip_list | STRING | [] | JSON list of clips (managed by the UI browser widget). |
| clip_duration | FLOAT | 5.000–600 | Fixed segment length per clip in seconds. 0 = use full clip length (legacy). When > 0, clip 0 starts at 0; clip i starts at i*clip_duration - blend, and ends at (i+1)*clip_duration. |
| blend_duration | FLOAT | 0.500–60 | Seconds to cross-dissolve between clips. 0 = hard cut. In fixed-segment mode, each clip after the first spans clip_duration + blend so it overlaps the previous clip by blend. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| video | VIDEO | — |