Nodes/ComfyUI-CoachBate/CoachBate Load Videos With Audio
ComfyUI Node

CoachBate Load Videos With Audio

Loads all video files from a folder, concatenates their frames into a single image batch, and merges their audio tracks into a single combined audio output with a consistent sample rate and channel count. Videos are processed in alphabetical order. Requires ComfyUI-VideoHelperSuite.

By CoachBate·Created about a month ago·Updated 27 days ago· 0
CoachBate Load Videos With Audio
    • IMAGE
    • AUDIO
    folderX://insert/path/
    force_rate0
    custom_width0
    custom_height0
    frame_load_cap0
    skip_first_frames0
    select_every_nth1
    CategoryCoachBate

    Inputs (7)

    NameTypeDefaultDescription
    folderSTRINGX://insert/path/Absolute path to the folder containing video files (webm, mp4, mkv, gif, mov, avi).
    force_rateFLOAT00–60Override framerate for all loaded videos. Set to 0 to use each video's source FPS.
    custom_widthINT00–4096Resize each video frame to this width in pixels. Set to 0 to use source width.
    custom_heightINT00–4096Resize each video frame to this height in pixels. Set to 0 to use source height.
    frame_load_capINT00–10000Maximum number of frames to load per video. Set to 0 to load all frames.
    skip_first_framesINT00–10000Number of frames to skip at the start of each video.
    select_every_nthINT11–1000Load every Nth frame only. 1 loads all frames, 2 loads every other frame, etc.

    Outputs (2)

    NameTypeDescription
    IMAGEIMAGE
    AUDIOAUDIO