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/zero-finance
linkedin-post
Draft high-performing LinkedIn posts using learnings from tweet performance data and 0 Finance messaging guidelines
6self-improve
Update skill documentation and extend OpenCode capabilities based on learnings
4ben-agent-email
Canonical Resend inbox for ben-agent@zerofinance.ai
2workspace-guide
Workspace guide to introduce OpenWork and onboard new users.
2vercel-dns
Manage DNS records for domains hosted on Vercel using the Vercel CLI
2tweet-rl-tracker
Create and manage a Notion-based tweet performance tracking system for "poor man's reinforcement learning
2