Nodes/ComfyUI_VideoChunkTools/Concat Video Chunks
ComfyUI Node

Concat Video Chunks

Concatenate two decoded video chunks. Optionally trim B's first N frames to remove the duplicate reference frame. Simplest join method — no blending needed when using rolling reference (chunk B's first frame already matches A's last).

By gregtee2·Created 6 months ago·Updated 6 months ago· 2
Concat Video Chunks
  • chunk_a
  • chunk_b
  • video
  • total_frames
trim_b_start1
CategoryVideoChunkTools

Inputs (3)

NameTypeDefaultDescription
chunk_aIMAGEFirst video chunk (decoded pixels)
chunk_bIMAGESecond video chunk (decoded pixels). Its first frame should match chunk_a's last frame if using rolling reference.
trim_b_startINT10–100Number of frames to trim from the START of chunk_b before concatenating. Default 1 = drop B's first frame (which duplicates A's last frame in rolling-reference workflows).

Outputs (2)

NameTypeDescription
videoIMAGE
total_framesINT