Normalise loudness
normalize_audioNormalize audio loudness to a target LUFS level using EBU R128, with two-pass measurement for accurate correction. Choose -16 LUFS for online video or -23 LUFS for broadcast.
Instructions
Normalise a file's loudness to a target level (EBU R128).
By default this runs two passes: the first measures the actual loudness, the second corrects to the target using those measurements. That is noticeably more accurate than the single streaming pass, which has to guess as it goes.
-16 LUFS suits online video, -23 LUFS is the broadcast standard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encode | No | ||
| two_pass | No | Measure first, then correct with those measurements. More accurate than a single streaming pass, at the cost of reading the file twice. | |
| true_peak | No | ||
| input_path | Yes | Path to the source media file. | |
| output_path | No | Destination file. If omitted, the output is written into the job's workspace directory and its path is returned by job_result. | |
| target_lufs | No | Integrated loudness target. -16 suits online video, -23 broadcast. | |
| loudness_range | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| job_id | Yes | ||
| status | No | queued | |
| message | No | Job queued. Poll job_status for progress, then job_result. |