ComfyUI Node
Tween Concat Videos
A ComfyUI node in video/Tween with 5 inputs and 1 output.
Tween Concat Videos
- model
- video_path
◄output_directory►
◄filename_prefixsegment►
◄output_filenamefinal_video.mp4►
◄delete_segmentsfalse►
Categoryvideo/Tween
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| model | * | Connect from the last Segment Interpolate's model output (any model type). This ensures concatenation runs only after all segments are saved. | |
| output_directory | STRING | Directory containing the segment video files. Leave empty to use ComfyUI's default output directory. Relative paths are resolved from the output directory. | |
| filename_prefix | STRING | segment | Filename prefix used when saving segments with VHS Video Combine. Matches files like segment_00001.mp4, segment_00002.mp4, etc. |
| output_filename | STRING | final_video.mp4 | Name of the concatenated output file. Saved in the same directory. |
| delete_segments | BOOLEAN | false | Delete the individual segment files after successful concatenation. Useful to avoid leftover files that would pollute the next run. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| video_path | STRING | — |