Nodes/comfyui-video-tiler/Video Tile Audio Present
ComfyUI Node

Video Tile Audio Present

True if clip has real audio: ffprobe reports ≥1 audio stream when file path is known (ffprobe errors fall back to waveform-only); waveform peak/RMS above silence floor.

By maDcaDDie2000·Created 5 months ago·Updated 15 days ago· 18
Video Tile Audio Present
  • audio
  • has_audio
min_peak0
CategoryVideo Tiler

Inputs (2)

NameTypeDefaultDescription
audioAUDIOLoad Video / Load Audio output. Optional path in dict → ffprobe stream count; always checks waveform energy.
min_peakoptFLOAT00–1Silence floor on |sample|. Use 0 for auto (~1e-12 effective via RMS branch).

Outputs (1)

NameTypeDescription
has_audioBOOLEANTrue if audio stream exists when probed and waveform is not silent.