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.
| Value | Effect |
|---|---|
0.0 | Silent (audio track preserved) |
0.5 | Half volume |
1.0 | Original volume (default) |
2.0 | Double volume |
10.0 | Maximum amplification |
To remove the audio track entirely rather than silencing it, use video-remove-audio=true.