Stop renting your video pipeline

Per-minute AI clip tools make sense until you publish weekly. Then the math flips, and owning the pipeline wins on cost, quality, and control. Here's the math from my own show.

Share
Film strip transforming into a row of glowing vertical phone screens

Every week I turn one long livestream into a week of short-form video: transcribed, segmented, clipped, cropped vertical, captioned, thumbnailed, and staged for posting. For a while, tools that do pieces of this for a per-minute fee were the obvious answer. They are fast to start with and genuinely decent.

Then you publish every single week, and three problems compound.

The three problems

  • The meter never stops. Per-minute pricing on a weekly show is a subscription that scales with your success. And the pricing page you signed up under is not a contract; it quietly changes.
  • Generic tools don't know your content. Cloud clip pickers optimize for generic virality. They do not know which local names matter, which segment your audience actually shows up for, or that the school board discussion is the story this week even though nobody yelled.
  • You own nothing. Cancel, and your workflow evaporates. Your transcripts, your corrections, your archive of processed episodes: theirs, or gone.

What owning it looks like

My pipeline runs on hardware I already own. Transcription runs locally on a GPU, so an episode costs electricity, not an API bill. A corrections dictionary fixes the local names the model gets wrong, once, and remembers forever. An LLM reads the transcript and proposes clips; I approve them. The pipeline crops, captions, renders branded thumbnails, and stages everything for posting. Roughly a hundred episodes have been through it, and every one made the archive searchable instead of just published.

The stack is Python, FFmpeg, a local Whisper model, and an LLM for clip discovery. Nothing exotic. The value is not in any component; it is in the plumbing between them, and plumbing is a one-time cost.

When renting is still right

If you post once a month, rent. The setup time will not pay back. The crossover is frequency: the moment content is a weekly obligation, every per-unit cost becomes a tax on consistency, and consistency is the entire game.

I wrote up the whole pipeline, including where it breaks and what I still do by hand, as a free guide. Get it here.