Your podcast,
clipped for youPodcast to
content studio
Podcli finds your best moments, crops them to vertical, and adds captions. Clips ready for TikTok, Reels, and Shorts. No editing skills needed.A local-first podcast CLI. Hand it an episode, get back vertical clips with face-tracked crop and captions burned in. Drive it from Claude Code, Codex, Cursor, or any MCP client. Just say “clip this episode.”
Watch the demoClips made to stop the scrollVertical clips, straight out of the pipeline
Crop, captions, brand. Ready to post.9:16, 16:9, or 1:1. Cropped and captioned locally.
Mock previews. Your episodes, your speakers, your brand.
Everything you need to post more
Podcli does the editing busywork so you can stay on camera, not in the timeline.
One episode. A week of posts.
Upload once.
Best moments, found.
Skip the scrub.
Speaker stays framed.
Every format.
Captions, timed by word.
Four styles.
Your brand, baked in.
Logo included.
See what landed.
Make more of it.
Drop in. Clips out.
Browser studio.
Free and local.
No watermark.
The podcast CLI that runs from one binary
Everything is local. The only network call is the optional AI scoring step, and only if you bring a key.
Whisper transcription
Words and speakers.
Face-tracking crop
Every aspect ratio.
Burned-in captions
Word-level timing.
Studio dashboard
Preview, then export.
AI clip suggestion
Your rules included.
Performance loop
Learn from views.
MCP server, 26 tools
Agent-ready.
Hardware encoding
Fast where available.
From episode to posted, in three steps
No timeline. No editing software. No watermark.
Add your episode
Drop in a video file or point it at a recording
AI picks the moments
It finds the lines worth clipping and crops to vertical
Download & post
Captioned, branded clips ready for every platform
One command, six stages
CLI, Web UI, or AI agent. Same pipeline.
Transcribe
Whisper + pyannote for word timestamps and speaker labels
Score
Claude or Codex reads the transcript plus your knowledge base and picks clips
Export
Batch render 1080×1920 MP4s with captions and −14 LUFS audio
Show the content workflow: stages 04 to 06+
Titles & Descriptions
8 options per clip, descriptions with hooks and SEO keywords
Thumbnails
Two-line text briefs for podcast (16:9) and shorts (9:16)
Publish
Pre-upload checklist, first-24-hours ops, day 3 to 4 optimization
01-03: video engine. 04-06: PodStack slash commands.
Captions that keep people watchingFour styles, one flag
Pick a look. It stays consistent.Word-level timing. Four styles.
branded--caption-style branded
The safe default.
hormozi--caption-style hormozi
Bold and high contrast.
karaoke--caption-style karaoke
Words light up as they land.
subtle--caption-style subtle
Clean and quiet.
Plan before recording. Publish after. PodStack handles both.
Plan, make, publish. Your voice stays in the loop.Nine slash commands. One content pipeline.
Plan
Brief, arc, hooks
- Episode Architect
/plan-episode - Content Analyst
/process-transcript - Brand Guardian
/review-content
Make
Clips, titles, thumbnails
- Producer
/produce-shorts - Title Writer
/generate-titles - Art Director
/plan-thumbnails
Publish
Copy, launch, learn
- Copywriter
/generate-descriptions - Launch Manager
/publish-checklist - Analyst
/retro-episode
Understand
transcribe_podcastimport_transcriptanalyze_energyChoose
suggest_clipsmodify_clipknowledge_baseRender
create_clipbatch_create_clipsmanage_assetsShow local MCP configuration+
// claude_desktop_config.json or codex setup { "mcpServers": { "podcli": { "command": "podcli", "args": ["mcp"] } } }
Questions
How does Podcli compare to hosted clippers?+
Podcli is a free, open-source, local-first podcast clip generator: Whisper transcription, AI clip scoring, face-tracked crop to 9:16 / 16:9 / 1:1, Remotion captions, and an MCP server with 26 tools. No watermark, no minute cap, no upload. See the open-source OpusClip alternative page for side-by-side decisions. Hosted clippers charge a subscription and require you to upload the source video.
Does Podcli upload my podcast files anywhere?+
No. Transcription, clip picking, cropping, and export all run locally. The only network calls are to the Claude or Codex API for AI clip suggestions, and those are optional.
Can Podcli turn a podcast into TikTok and YouTube Shorts?+
Yes, that's the job. It picks the moments worth clipping, crops to 1080×1920 with face tracking, burns in captions, and hands you files ready for TikTok, Shorts, and Reels.
Is Podcli a free podcast clip generator?+
Yes. Podcli is $0 under AGPL-3.0: no watermark, no minute cap, no subscription. The only optional cost is your own Claude or OpenAI API key if you want AI clip scoring.
What does OpusClip pricing look like versus Podcli?+
OpusClip typically runs about $15–$29/mo after free-tier watermarks and minute caps. Podcli is free, local, and uncapped. See what free actually costs.
How is Podcli different from ClipsAI or SupoClip?+
ClipsAI is a Python library; SupoClip is an open-source clipper with a hosted upsell. Podcli ships three entry points (CLI, web UI, MCP server) plus a knowledge base, so Claude or Codex picks clips that match your show's voice and rules, not transcript heuristics alone.
Is Podcli a podcast CLI I can run from the terminal?+
Yes. Podcli is a command-line tool first: one command (podcli process episode.mp4 --top 5) transcribes, scores, crops, captions, and exports. The web UI and MCP server sit on top of the same CLI, so you can script it, cron it, or pipe it into your own build.
What platforms does Podcli run on?+
macOS, Linux, and Windows. Hardware encoding uses VideoToolbox on Mac, NVENC on NVIDIA, and VAAPI on Linux, with a CPU fallback for everything else.
What is the MCP server for?+
Podcli ships as a Model Context Protocol server with 26 tools. Plug it into Claude Code, Codex, Cursor, or any MCP client and tell the agent to clip an episode. It handles transcription, scoring, and export end to end.
Is Podcli free and open source?+
Yes. AGPL-3.0, source on GitHub. A commercial license is available if you need to use Podcli without AGPL terms. Email support@podcli.com.
Start in your browserThree ways to use it
A simple studio in your browser, or the CLI and AI agents if you'd rather.CLI, Web UI, or AI agent. Same pipeline.
--top 8How many clips to make--caption-style brandedbranded · hormozi · karaoke · subtle--crop faceSpeaker-aware face tracking, or center--quality highlow · medium · high · max--output ./shortsWhere clips are written--transcript file.txtUse an existing transcript--preset myshowLoad a saved config--logo name | pathBrand logo to bake inpodcli assets add mylogo logo.pngRegister a logo by namepodcli presets save myshowSave the current flagspodcli info Show config and hardware