I built a CLI tool called OneClip that automates my entire YouTube production pipeline — from recording to publishing. No video editor needed. Just FFmpeg, whisper.cpp, and Claude Code orchestrating everything.
OneClip wraps FFmpeg's complexity into simple commands: cut, compress, transcribe, silence-remove, and thumbnail generation. Combined with an AI pipeline in Claude Code, I go from raw recording to a fully described, titled, and thumbnailed YouTube video without ever opening Premiere or DaVinci.
It's open source: https://daymannovaes.github.io/the-on...
0:00 Why I automated my YouTube editing
1:35 OneClip CLI: wrapping FFmpeg for simplicity
2:49 FFmpeg is powerful but impossible to memorize
3:58 Live demo: cutting a video in 5 seconds
5:40 Rebuilding the project with Claude Code
6:17 OneClip features: compress, transcribe, more
7:48 AI pipeline from raw recording to publish
8:35 Auto silence removal for better pacing
11:09 Full pipeline walkthrough in Claude Code
13:20 The screen share fail moment
13:55 Automated thumbnail generation demo
16:42 Styled thumbnails with yellow highlight text
18:13 It's open source — try it yourself