Nodes/ComfyUI-FBnodes/Clip Stitcher
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.

By FranckyB·Created 5 months ago·Updated 3 days ago· 11
Clip Stitcher
    • video
    source_folder
    clip_list[]
    clip_duration5.00
    blend_duration0.50
    CategoryFBnodes

    Inputs (4)

    NameTypeDefaultDescription
    source_folderCOMBOSelect which folder to browse clips from.
    clip_listSTRING[]JSON list of clips (managed by the UI browser widget).
    clip_durationFLOAT5.000–600Fixed 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_durationFLOAT0.500–60Seconds 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)

    NameTypeDescription
    videoVIDEO