Remove filler words and silences from a video in PandaStudio

PandaStudio removes filler words (um, uh), repeated words, false starts, and silences longer than a threshold across the whole timeline in one click, using the on-device transcript.

Two cleanup passes turn a raw take into a tight one. Filler removal strips vocalized pauses and stumbles without touching real speech; silence removal trims every gap over the length you set. Both work off the transcript, so they are accurate and reversible.

In the app

  1. 1Open the Transcript tab.
  2. 2Click Remove fillers to strip um, uh, repeats, and false starts.
  3. 3Click Remove silences and set a threshold (for example 500ms) to trim dead air.
  4. 4Review the result; restore anything you want back.

Ask the AI

Open the AI chat in the editor and say any of these. The agent does the edits for you.

Remove all the ums and long pauses.
Tighten this up, keep it natural but cut the dead air.

CLI & MCP

Every capability is a verb, reachable from the terminal or from an MCP agent (Claude Code, Cursor, Cline, Continue, Claude Desktop).

transcript.remove-fillers
pandastudio transcript.remove-fillers --id=$ID
transcript.remove-silences
pandastudio transcript.remove-silences --id=$ID --thresholdMs=500