Skip to main content

YouTube Chapter Generator

Generate YouTube-compatible chapter markers from video transcripts.

Problem Statement

Who: YouTubers, video editors, content managers
Why: Chapters improve viewer navigation and SEO. Manual chapter creation is tedious for long videos.

What You’ll Build

A recipe that analyzes transcripts, identifies topic changes, and generates timestamped chapters.

Input/Output Contract

*One of transcript_text or video_path is required.

Prerequisites

Step-by-Step Build

1

Create Recipe Directory

2

Create TEMPLATE.yaml

3

Create recipe.py

4

Create test_recipe.py

Run Locally

Deploy & Integrate: 6 Integration Models

Troubleshooting

Try using style: "detailed" or provide a longer transcript with more topic changes.
Ensure your transcript includes accurate timestamps. The recipe uses the timestamps from your input.

Next Steps