Nodes/ComfyUi-MpiNodes/Mpi Load Video
ComfyUI Node

Mpi Load Video

Fast, no-frills video loader: decodes frames + audio and reports source info (fps, frame_count, duration, width, height) in one ffmpeg pass. No in-graph preview and no VHS param surface, so it loads much faster than Load Video (Path). Also outputs has_audio (True when the file contains an audio track). Input is named 'string' to match MpiString / MpiAnyChecker. Empty/missing path blocks downstream unless block_if_empty is off, in which case it outputs a blank 1x1 image + silent audio so the graph continues.

By MadPonyInteractive·Created 10 months ago·Updated 3 days ago· 2
Mpi Load Video
    • images
    • audio
    • fps
    • frame_count
    • duration
    • width
    • height
    • has_audio
    string
    block_if_emptytrue
    CategoryMpiNodes/Video

    Inputs (2)

    NameTypeDefaultDescription
    stringSTRINGVideo file path. Named 'string' so it matches MpiString / MpiAnyChecker outputs.
    block_if_emptyBOOLEANtrueON: empty/missing path blocks downstream execution. OFF: outputs a blank 1x1 image + silent audio so the graph continues.

    Outputs (8)

    NameTypeDescription
    imagesIMAGE
    audioAUDIO
    fpsFLOAT
    frame_countINT
    durationFLOAT
    widthINT
    heightINT
    has_audioBOOLEAN