video-subtitle-cutter
Installation
SKILL.md
What I Do
Automate video editing by:
- Transcribing video to timestamped subtitles (Whisper)
- Analyzing transcript with AI to identify cuts (filler words, pauses, mistakes)
- Generating FFmpeg commands to cut and concatenate clean segments
- Generating subtitles (SRT) for the final video
CRITICAL: Always Re-encode (Never Use -c copy)
The #1 mistake is using -c copy for cutting. This causes:
- Frozen frames at cut points (1-8 seconds of freeze)
- Audio/video sync issues
- Glitchy playback
Why? H.264 video uses keyframes (I-frames) every 2-10 seconds. -c copy can only cut at keyframes, so FFmpeg includes extra frames that display as frozen.
Related skills
More from different-ai/agent-bank
writing-style
Clean up text while preserving the writer's voice - minimal edits only
272linkedin-post
Draft high-performing LinkedIn posts using learnings from tweet performance data and 0 Finance messaging guidelines
22debug prod issues
Debug production issues on Vercel using logs, database inspection, and proper deployment waiting
20self-improve
Update skill documentation and extend OpenCode capabilities based on learnings
18skill-reinforcement
Always and Automatically improve skills after each use by capturing learnings and anti-patterns
14skill-creator
Create new OpenCode skills with valid SKILL.md frontmatter.
12