ComfyUI Node
Video Reader
Load MP4 video frames and metadata from selected directory/file.
Video Reader
- image
- audio
- frame_count
- source_image_info
- video_info
- image_infotext(raw)
- video_infotext(raw)
◄path_sourceinput►
◄directory.►
◄file►
◄frame_load_cap0►
◄skip_first_frames0►
◄select_every_nth1►
CategoryInfo-Prompt-Toolkit/ImageInfo
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| path_source | COMBO | input | Base directory for directory/file selection |
| directory | COMBO | . | Directory that contains mp4 files (nested path) |
| file | COMBO | mp4 file name in selected directory | |
| frame_load_cap | INT | 0 | Maximum number of frames to load, 0 = unlimited |
| skip_first_frames | INT | 0 | Number of frames to skip from the beginning |
| select_every_nth | INT | 1 | Select one frame every N frames |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| audio | AUDIO | — |
| frame_count | INT | — |
| source_image_info | IPT-IMAGEINFO | — |
| video_info | IPT-IMAGEINFO | — |
| image_infotext(raw) | STRING | — |
| video_infotext(raw) | STRING | — |