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.
Video Tile Audio Present
- audio
- has_audio
◄min_peak0►
CategoryVideo Tiler
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| audio | AUDIO | Load Video / Load Audio output. Optional path in dict → ffprobe stream count; always checks waveform energy. | |
| min_peakopt | FLOAT | 00–1 | Silence floor on |sample|. Use 0 for auto (~1e-12 effective via RMS branch). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| has_audio | BOOLEAN | True if audio stream exists when probed and waveform is not silent. |