transcript-video-section-splitter

Split videos into sections using transcript content and ffmpeg.

1|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/lachlanchen/LazySkills --skill transcript-video-section-splitter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcript-video-section-splitter
Source: https://github.com/lachlanchen/LazySkills/tree/main/skills/transcript-video-section-splitter
Command: npx skills add https://github.com/lachlanchen/LazySkills --skill transcript-video-section-splitter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of splitting videos into meaningful sections based on the content of the transcript, making it easier to navigate and manage video content.

Core Features & Use Cases

  • Transcript-Based Splitting: Automatically derive section boundaries from the video transcript.
  • Video Clip Generation: Create named video clips from the split sections.
  • Manifest Creation: Generate a manifest file for organizing the video clips.
  • Use Case: If you have a long video with a detailed transcript and you want to create chapters or clips that represent different topics discussed in the video.

Quick Start

Use the transcript-video-section-splitter skill to split the video 'presentation.mp4' into sections based on the transcript 'presentation_transcript.md'.

Frequently Asked Questions about transcript-video-section-splitter

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

FAQPage Schema
How do I split a long video into sections using a transcript?

You can split a video into sections by deriving section boundaries from the video transcript and using ffmpeg to generate named video clips for each topic discussed.

Can I automate video clip generation based on transcript content?

Yes, transcript-based splitting automates video clip generation by analyzing transcript content to determine section boundaries and creating individual named clips automatically.

Do I need ffmpeg to split videos based on transcript analysis?

Yes, ffmpeg is required for video manipulation when splitting videos into sections based on transcript content and generating the resulting video clips.

How does transcript analysis determine video section boundaries?

Transcript analysis identifies topic changes within the transcript content to automatically derive section boundaries, which are then used to split the video into meaningful chapters.

What's the best way to organize video clips after splitting them from a transcript?

The best way to organize split video clips is by generating a manifest file that indexes the named clips, making the video content easier to navigate and manage.

Does transcript video splitting support JSON for section data representation?

Yes, JSON is used for section data representation, allowing the transcript-derived section boundaries and clip metadata to be structured and organized systematically.