Volume

video-volume

Adjusts the output volume of a video’s audio track by a multiplier.

video-volume accepts a float value between 0.0 and 10.0, where 1.0 is the original volume. Values below 1.0 reduce the volume, and values above 1.0 amplify it. Setting video-volume=0.0 silences the audio without removing the track.

ValueEffect
0.0Silent (audio track preserved)
0.5Half volume
1.0Original volume (default)
2.0Double volume
10.0Maximum amplification

To remove the audio track entirely rather than silencing it, use video-remove-audio=true.