Nodes/ComfyUI_VideoChunkTools/Blend Video Chunks (Crossfade)
ComfyUI Node

Blend Video Chunks (Crossfade)

Crossfade-blend two overlapping video chunks into a single seamless video. Use with ExtractVideoChunk and GetFrameByIndex for rolling-reference long video generation.

By gregtee2·Created 6 months ago·Updated 6 months ago· 2
Blend Video Chunks (Crossfade)
  • chunk_a
  • chunk_b
  • video
  • total_frames
overlap_frames16
blend_curveease_in_out
CategoryVideoChunkTools

Inputs (4)

NameTypeDefaultDescription
chunk_aIMAGEFirst video chunk (the earlier segment)
chunk_bIMAGESecond video chunk (continues from chunk_a). The first 'overlap_frames' of chunk_b overlap with the last 'overlap_frames' of chunk_a.
overlap_framesINT161–200Number of frames shared between the two chunks. These frames will be crossfaded.
blend_curveCOMBOease_in_outBlend curve shape: linear = straight ramp, ease_in_out = smooth S-curve (3t²-2t³, best for most cases), sigmoid = steep S-curve (snappier transition)

Outputs (2)

NameTypeDescription
videoIMAGE
total_framesINT