create-clips-from-podcast

Extract short-form vertical clips from podcast recordings using ffmpeg and Whisper.

6|1|Updated May 29, 2026
One-click install
npx skills add https://github.com/gooseworks-ai/gooseworks-ads-skills --skill create-clips-from-podcast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-clips-from-podcast
Source: https://github.com/gooseworks-ai/gooseworks-ads-skills/tree/main/skills/molecules/podcast-repurposing/create-clips-from-podcast
Command: npx skills add https://github.com/gooseworks-ai/gooseworks-ads-skills --skill create-clips-from-podcast

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, ffprobe, yt-dlp, Whisper, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of extracting and re-editing short-form vertical clips from podcast recordings, making it easier to create engaging content for social media platforms.

Core Features & Use Cases

  • Podcast Clip Extraction: Extract high-value moments from a podcast recording.
  • Re-editing: Re-edit clips into creator-native short-form vertical content.
  • Multicam Support: Supports single and multi-camera sources with EDL-driven cut rhythm.
  • Use Case: Quickly create 9:16 short-form vertical clips from a podcast for social media platforms like Instagram Reels or TikTok.

Quick Start

Use the create-clips-from-podcast skill to extract a short-form clip from 'podcast.mp4' and output to 'output_dir/finals/'.

Frequently Asked Questions about create-clips-from-podcast

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract short-form vertical clips from a podcast for social media?

To extract short-form vertical clips from a podcast, you can use an automated process that trims recordings and adds captions. This approach supports single-camera sources by providing simple trim and caption assembly for 9:16 video output.

Can I create TikTok clips from a multi-camera podcast recording?

Yes, you can create TikTok clips from a multi-camera podcast recording by using an EDL-driven cut rhythm. This feature automatically switches camera angles during the short-form vertical clip extraction to create dynamic, creator-native content.

Do I need Whisper to automate podcast clip creation?

Yes, you need Whisper for transcription to automate podcast clip creation. The transcription output is essential for generating accurate captions and timing the clip extraction from your original podcast video files.

What dependencies are required to re-edit podcast recordings into vertical video?

Re-editing podcast recordings into vertical video requires ffmpeg, ffprobe, yt-dlp, and Whisper. These tools handle video processing, metadata extraction, source downloading, and speech-to-text transcription for caption generation.

What is the best way to handle multicam sources when making Instagram Reels from podcasts?

The best way to handle multicam sources for Instagram Reels is using an EDL-driven cut rhythm. This method programmatically alternates between camera feeds during extraction, ensuring the final 9:16 vertical clips maintain visual variety.

How does yt-dlp work with podcast video processing?

Yt-dlp works with podcast video processing by downloading source recordings from hosting platforms. Once downloaded, the file is passed to ffmpeg and Whisper for trimming, multicam assembly, and transcription to create vertical clips.