Nodes/ComfyUI_CineStyle/CS Load Video
ComfyUI Node

CS Load Video

Loads an uploaded video as a ComfyUI IMAGE batch. Use Edit Timeline to choose the frame range, output size, and FPS.

By chflame163·Created 6 days ago·Updated 2 days ago· 8
CS Load Video
    • VIDEO
    • IMAGE
    • frame_count
    • audio
    • video_info
    • proxy_video
    video
    keep_aspect_ratiotrue
    multiple32
    start_frame0
    end_frame-1
    width0
    height0
    fps0.00
    proxy_threshold2.1
    proxy_size0.8
    Category😺dzNodes/CineStyle

    Inputs (10)

    NameTypeDefaultDescription
    videoCOMBOVideo file in the ComfyUI input directory.
    keep_aspect_ratioBOOLEANtrueKeep the source aspect ratio when output dimensions are edited.
    multipleINT321–1024Round output dimensions to the nearest multiple.
    start_frameINT00–10000000Inclusive first frame. Edit Timeline is the preferred control.
    end_frameINT-1-1–10000000Inclusive last frame. -1 uses the final source frame.
    widthINT00–8192Output width. 0 keeps the source width.
    heightINT00–8192Output height. 0 keeps the source height.
    fpsFLOAT0.000–240Output frame rate. 0 keeps the source frame rate.
    proxy_thresholdFLOAT2.10.1–1000Generate a preview proxy only when the source exceeds this total pixel count, in MPixels.
    proxy_sizeFLOAT0.80.1–1000Target total pixel count for the generated preview proxy, in MPixels.

    Outputs (6)

    NameTypeDescription
    VIDEOVIDEO
    IMAGEIMAGE
    frame_countINT
    audioAUDIO
    video_infoDICT
    proxy_video*