Loading...
Loading...
Spoken video transcription and slip-of-the-tongue recognition. Generate review drafts and deletion task checklists. Trigger phrases: edit spoken video, process video, recognize slip-of-the-tongue
npx skill4agent add zrt-ai-lab/opencode-skills videocut-clip-oralTranscription + Slip-of-the-tongue/Silence Recognition → Generate Review Draft
User: Help me edit this spoken video
User: Process this video1. FunASR 30s segmented transcription (character-level timestamps)
↓
2. Recognize slip-of-the-tongue (sentence-by-sentence check)
↓
3. Recognize micro slip-of-the-tongue (VAD detects short segments)
↓
4. Recognize filler words (um/ah/eh, etc.)
↓
5. Recognize silence (≥1s)
↓
6. Generate review draft (timestamp-driven)
↓
7. Output deletion task TodoList
↓
[Await User Confirmation] → After user confirmation, execute /videocut:edit- [ ] Read "Transcription Best Practices" → Transcribe video
- [ ] Read "Slip-of-the-Tongue Recognition Methodology" → Recognize slip-of-the-tongue
- [ ] VAD detection for micro slip-of-the-tongue (short segments < 0.5s)
- [ ] Scan filler words (um/ah/eh, etc.)
- [ ] Recognize silence (≥1s)
- [ ] Generate review draft
- [ ] Output deletion task checklist| Stage | Read First | Then Execute |
|---|---|---|
| Transcription | | Call ASR |
| Slip-of-the-tongue Recognition | | Sentence-by-sentence analysis |
(start-end)Slip-of-the-tongue (N instances):
- [ ] 1. `(start-end)` Delete "incorrect text" → Keep "correct text"
Filler words (N instances):
- [ ] 1. `(end of previous word - start of next word)` Delete "um" Context: XX【um】YY
Silence (N instances):
- [ ] 1. `(start-end)` Silence Xs| Type | Example | Deletion Strategy |
|---|---|---|
| Repetition | | Delete only the difference ("new") |
| Replacement | | Delete the first complete version ("AI is") |
| Stutter | | Delete the first repeated character |
01-xxx-v1_transcript.json # Transcription result (with timestamps)
01-xxx-v1_Review Draft.md # Slip-of-the-tongue review draft01-xxx-v1_Review Draft.mdtips/Slip-of-the-Tongue Recognition Methodology.md