How to turn a 90-minute podcast into 10 Shorts
언제 쓸까: You published a long episode and want a week of Shorts from it with minimal effort.
사전 조건
- Node 20+ for Remotion and FFmpeg installed — nvm install 20; brew install ffmpeg
- Skill cloned — git clone https://github.com/AgriciDaniel/claude-shorts ~/.claude/skills/claude-shorts
흐름
-
Transcribe and scoreProcess podcast_ep42.mp3 — transcribe and score candidate Short segments.✓ 복사됨→ Ranked list of 20–30 candidates with timestamps and hooks
-
Pick and snapPick the top 10 and snap boundaries to clean audio breakpoints.✓ 복사됨→ 10 segments with cleaned-up start/end
-
Render ShortsRender vertical 9:16 Shorts with animated captions to ./shorts/.✓ 복사됨→ MP4 files ready to upload
결과: A week's worth of Shorts generated in an afternoon.
함정
- Captions out of sync — Use word-level timestamps from whisper — skill expects them
- Same joke across 3 Shorts — Ask Claude to de-dupe by topic cluster before rendering