Edit a video by editing its transcript in PandaStudio
PandaStudio transcribes every recording on-device and re-cuts the video when you delete words from the transcript, so editing a video is as simple as editing text.
The transcript is the timeline. Delete a sentence and the video skips it. One click strips filler words, repeated words, and false starts across the whole recording, and another removes every silence over a threshold. Transcription runs on your machine, so it works offline and drives captions, chapters, and AI titles downstream.
In the app
- 1Open the Transcript tab. Every clip is transcribed automatically on-device.
- 2Select and delete words or sentences. The video re-cuts to match.
- 3Use Remove fillers to strip um, uh, repeats, and false starts in one pass.
- 4Use Remove silences to trim every pause over your chosen length.
- 5Use find-and-replace to fix speech-to-text spelling before captions or titles.
Ask the AI
Open the AI chat in the editor and say any of these. The agent does the edits for you.
“Clean up this recording: remove filler words and long silences.”
“Cut the part where I ramble about pricing.”
“Fix the transcript: it wrote Right Panda, it should be WritePanda.”
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
transcript.delete-words
pandastudio transcript.delete-words --id=$ID --wordIds='[...]'
transcript.find-replace
pandastudio transcript.find-replace --id=$ID --find='Right Panda' --replace='WritePanda'