ffmpeg__normalize_audio
Normalize audio loudness to target EBU R128 LUFS using ffmpeg loudnorm, ensuring consistent playback volume across streaming platforms.
Instructions
Normalize audio loudness to a target EBU R128 LUFS using the ffmpeg loudnorm filter. @remarks Returns JSON in stdout with output_path and applied normalization parameters. Default target of -14 LUFS is suitable for most streaming platforms (YouTube, Spotify). @param input_path Source audio or video path. @param output_path Destination audio path. @param target_lufs Target integrated loudness in LUFS. Default -14. @param true_peak Maximum true peak level in dBTP. Default -1.0. @param loudness_range Target loudness range (LRA) in LU. Default 11. @param __mcp_response_mode Optional response mode: content (default) or structuredContent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| true_peak | No | ||
| input_path | Yes | ||
| output_path | Yes | ||
| target_lufs | No | ||
| loudness_range | No | ||
| __mcp_response_mode | No | content |