All prebuilt tools REMOVE SILENCE FROM AUDIO API

Remove Silence from Audio

Strip silent passages from a recording and return a tightened MP3 or WAV. Run the preset directly on this page or call the same agent-ready endpoint from your product.

LIVE TOOL
Run remove silence from 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.

BeforeWith silent gaps
Pauses and dead air
AfterTightened audio
Ready
Tightened audio48 kHz · stereo
Silent passages cut
Silences removed

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.

  • Tighter podcasts and voiceovers
  • Bounded, predictable cutting
  • Accepts video or audio sources
What this preset does
  1. 01Detect silence below the threshold
  2. 02Cut passages longer than the minimum
  3. 03Keep short natural pauses
  4. 04Encode MP3 or WAV
Stable endpointPOST /api/v1/tools/remove-silence-from-audio
Live API request
{
  "inputs": [{ "id": "main", "url": "https://example.com/podcast.mp3" }],
  "options": { "threshold": -35, "min_silence": 1 }
}
Successful output example
{
  "result": {
    "output": {
      "filename": "remove-silence-from-audio-output.mp4",
      "contentType": "video/mp4",
      "byteSize": 437021,
      "downloadUrl": "https://cdn.kinopipe.com/…"
    }
  }
}
CONSTRAINTS

Know the boundaries before you run.

Audio output only (MP3 or WAV) — video silence cutting is on the roadmap
FAQ

About remove silence

Will it cut natural pauses?

Short pauses below the minimum silence duration are kept, and a quarter second of each removed silence is preserved so speech does not sound clipped.

Can I feed it a video?

Yes. The audio track is extracted and tightened; the output is MP3 or WAV.

KEEP BUILDING

Related media tools

Extract Audio from Video
Turn any supported video into a clean MP3 or WAV audio asset.
Normalize Audio Loudness
Normalize loudness to -14 LUFS streaming, -16 podcast or -23 broadcast targets.
Trim Video with an API
Cut a precise segment from a source video using start and end times.