video_normalize_audio
Normalizes audio loudness to a target LUFS level, with presets for YouTube (-16), broadcast (-23), and streaming platforms (-14). Ensures consistent volume across video files.
Instructions
Normalize audio loudness to a target LUFS level.
Common presets: -16 (YouTube), -23 (EBU R128/broadcast), -14 (Apple/Spotify).
Args: input_path: Absolute path to the input video. target_lufs: Target integrated loudness in LUFS (default -16 for YouTube). output_path: Where to save the output. Auto-generated if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input_path | Yes | ||
| output_path | No | ||
| target_lufs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||