Nodes/ComfyUI-FrameUtilitys/Frame Extender 🎬
ComfyUI Node

Frame Extender 🎬

Extends video sequences by adding frames at configurable positions with smooth blending

By lum3onΒ·Created about a year agoΒ·Updated 2 months agoΒ· 16
Frame Extender 🎬
  • source_video
  • additional_frames
  • extended_video
β—„insert_position-1β–Ί
β—„width512β–Ί
β—„height512β–Ί
β—„interpolationbilinearβ–Ί
β—„methodkeep proportionβ–Ί
β—„conditionalwaysβ–Ί
β—„multiple_of0β–Ί
β—„blend_frames0β–Ί
β—„loop_additionalfalseβ–Ί
β—„memory_efficienttrueβ–Ί
Categoryimage/video

Inputs (12)

NameTypeDefaultDescription
source_videoIMAGEBase video sequence to extend (IMAGE tensor format)
additional_framesIMAGEFrames to add to the source video
insert_positionINT-1-1–10000Position to insert frames (-1 = end, 0 = beginning)
widthINT51264–8192Target width for frame resizing
heightINT51264–8192Target height for frame resizing
interpolationCOMBObilinearInterpolation method for resizing
methodCOMBOkeep proportionResizing method
conditionCOMBOalwaysWhen to apply resizing
multiple_ofINT00–512Round dimensions to multiple of this value (0 = disabled)
blend_framesoptINT00–50Number of transition frames for smooth blending
loop_additionaloptBOOLEANfalseLoop additional frames if source is longer
memory_efficientoptBOOLEANtrueProcess in chunks to save memory

Outputs (1)

NameTypeDescription
extended_videoIMAGEβ€”