plan β Preview the edit planΒΆ
See what would be removed before actually editing the file.
UsageΒΆ
OptionsΒΆ
| Option | Short | Default | Description |
|---|---|---|---|
INPUT |
Media file to plan | ||
--output |
-o |
stdout | Save plan as JSON |
--preset |
-p |
podcast |
Edit preset |
--local |
False | Use local Whisper |
ExamplesΒΆ
Plan structureΒΆ
flowchart TD
A[Transcript] --> B[Detect fillers]
A --> C[Detect repetitions]
A --> D[Detect silences]
B --> E[Merge overlapping]
C --> E
D --> E
E --> F[Build keep/remove segments]
F --> G[EditPlan JSON]
No file is modified
plan only analyzes and outputs JSON β your file stays untouched.