adjust_volume
Change the audio volume of a video using a multiplier (e.g., 2.0 doubles, 0.5 halves). Copies the video stream without re-encoding to preserve quality.
Instructions
Change the audio volume of a video. The video stream is copied without re-encoding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| volume | Yes | Volume multiplier: 1.0 = original, 2.0 = double, 0.5 = half. Must be >= 0. | |
| file_path | Yes | Absolute path to the input video file | |
| output_path | No | Absolute path for the output file. Defaults to same directory with '_volume' suffix. |