remove_filler_words
Remove filler words like 'um' and 'uh' from Final Cut Pro timelines using audio transcripts. Non-destructive editing creates a cleaned copy of the project.
Instructions
Cut filler words (um, uh, erm...) out of the timeline with ripple, using word-level transcripts of the real source audio. Conservative default filler list — words like 'like' and 'so' are only cut if you pass them explicitly. Uses each media file's _transcript.json (auto-transcribes if missing). Non-destructive: writes a _defillered copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Whisper model size if transcription is needed | base |
| fillers | No | Filler words/phrases to cut (default: um, uh, uhh, umm, erm, ehm, mmm, hmm, mhm) | |
| padding | No | Seconds to widen each cut on both sides (0-2, default 0.02) | |
| filepath | Yes | Path to FCPXML file | |
| clip_name | No | Only clean the clip with this name | |
| output_path | No | Output path (default: adds _defillered suffix) |