Skip to main content
Demux · Silent Video

Demux · Silent Video · screenshot coming soon

What this node does

Demux · Silent Video removes audio from the source and writes a silent video file. Pairs with Demux · Audio Track on the same source: one takes sound, one takes mute picture. Toolbar 🔀 Demux creates both nodes wired together.

When to use it

  • Drop original audio, replace with Audio Stage output
  • Picture-only path while IA2V audio comes elsewhere
  • Edit video (Clip / Crop) without touching audio twice

How it works

  • Stage + ▶ Run; PyAV silence_video.
  • Video fps / resolution unchanged; audio track removed.
  • Standard snapshot model.

Types

bridges.md

Parameters

video

Source COMFYTV_VIDEO. Required.

Outputs

Step by step

  1. Run upstream video.
  2. Click 🔀 Demux or add Silent Video manually.
  3. ▶ Run for silent clip.
  4. Handle audio separately; mux via external tools or future Timeline.
This page covers one node only. For end-to-end workflows, multi-stage pipelines, type conversion, and design rationale, see the ComfyTV user guides on GitHub:

Repository and workflows

FAQ

Q: Chain with Clip?
A: Yes — order depends on whether you need source audio before demux.
Q: IA2V with silent video?
A: Yes — wire audio from another COMFYTV_AUDIO to Video Stage.
Q: Re-encode?
A: Usually remux/light re-encode to drop audio; quality largely preserved.
  • Demux · Audio Track
  • Video Clip / Video Stage