Type: nodetool.video.AddAudio
Namespace: nodetool.video
Description
Add an audio track to a video, replacing or mixing with existing audio. video, audio, soundtrack, merge
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| video | video |
The input video to add audio to. | {"type":"video","uri":"","asset_id":null,"data"... |
| audio | audio |
The audio file to add to the video. | {"type":"audio","uri":"","asset_id":null,"data"... |
| volume | float |
Volume adjustment for the added audio. 1.0 is original volume. | 1 |
| mix | bool |
If True, mix new audio with existing. If False, replace existing audio. | false |
Outputs
| Output | Type | Description |
|---|---|---|
| output | video |
Related Nodes
Browse other nodes in the nodetool.video namespace.