adjust_volume
Adjust a video's audio volume using a factor, with an option to mute the track entirely.
Instructions
Change the audio volume of a video, or mute it entirely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mute | No | Set true to remove audio entirely (ignores volume_factor) | |
| input_path | Yes | Source video path. Relative paths resolve against MEDIA_DIR (defaults to the server's working directory); absolute paths are used as-is. | |
| output_path | Yes | Destination path. Relative paths resolve against MEDIA_DIR (defaults to the server's working directory); absolute paths are used as-is. | |
| volume_factor | No | 1 = unchanged, 1.5 = 50% louder, 0.5 = 50% quieter |