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.
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)
| Name | Type | Default | Description |
|---|---|---|---|
| folder | STRING | X://insert/path/ | Absolute path to the folder containing video files (webm, mp4, mkv, gif, mov, avi). |
| force_rate | FLOAT | 00–60 | Override framerate for all loaded videos. Set to 0 to use each video's source FPS. |
| custom_width | INT | 00–4096 | Resize each video frame to this width in pixels. Set to 0 to use source width. |
| custom_height | INT | 00–4096 | Resize each video frame to this height in pixels. Set to 0 to use source height. |
| frame_load_cap | INT | 00–10000 | Maximum number of frames to load per video. Set to 0 to load all frames. |
| skip_first_frames | INT | 00–10000 | Number of frames to skip at the start of each video. |
| select_every_nth | INT | 11–1000 | Load every Nth frame only. 1 loads all frames, 2 loads every other frame, etc. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |
| AUDIO | AUDIO | — |