All prebuilt tools AUDIO NORMALIZATION API

Normalize Audio Loudness

Normalize loudness to -14 LUFS streaming, -16 podcast or -23 broadcast targets. Run the preset directly on this page or call the same agent-ready endpoint from your product.

LIVE TOOL
Run normalize audio
Upload a file or paste a media URL, choose your settings and download the result here.
or

Paste a public HTTP(S) URL. KinoPipe deletes direct uploads after one day.

This preset has no required options.

Already have an account? Sign in

BEFORE / AFTER

See what the tool changes.

A real example: the after side is the unedited output of a KinoPipe job. Run the live form above to generate the same result from your own media.

BeforeUneven loudness
Varying levels
AfterNormalized audio
Ready
Normalized audio48 kHz · stereo
Leveled to −14 LUFS, true peak −1.5 dBTP
−14 LUFS · streaming

Demo footage: public-domain timelapses (Bureau of Land Management, Oregon · NASA SVS). Processed by the same pipeline the API and MCP tools call.

BUILT FOR AUTOMATION

Useful defaults, typed options.

The tool slug stays stable while your agent supplies named media inputs and a narrow set of documented options.

  • Platform-ready loudness
  • True-peak protection
  • Works on video or audio sources
What this preset does
  1. 01Measure loudness with EBU R128
  2. 02Apply the loudnorm filter
  3. 03Limit true peaks
  4. 04Encode MP4 or MP3
Stable endpointPOST /api/v1/tools/normalize-audio
Live API request
{
  "inputs": [{ "id": "main", "url": "https://example.com/video.mp4" }],
  "options": { "target": "streaming" }
}
Successful output example
{
  "result": {
    "output": {
      "filename": "normalize-audio-output.mp4",
      "contentType": "video/mp4",
      "byteSize": 437021,
      "downloadUrl": "https://cdn.kinopipe.com/…"
    }
  }
}
CONSTRAINTS

Know the boundaries before you run.

Targets: streaming -14 LUFS, podcast -16, broadcast -23
FAQ

About normalize audio

Which target should I pick?

Use streaming (-14 LUFS) for YouTube, Spotify and social platforms, podcast (-16) for spoken audio feeds, and broadcast (-23, EBU R128) for TV delivery.

Does it work on a video file?

Yes. The video stream is kept as is and only the audio is normalized.

KEEP BUILDING

Related media tools

Extract Audio from Video
Turn any supported video into a clean MP3 or WAV audio asset.
Remove Silence from Audio
Strip silent passages from a recording and return a tightened MP3 or WAV.
Add Music to Video Online or by API
Mix background music with the source audio or replace the original soundtrack.