Skip to main content

Video Highlights Reel Planner

Plan video highlight clips from transcripts—identify the best moments without heavy video editing.

Problem Statement

Who: Video editors, content creators, social media managers
Why: Finding highlight-worthy moments in long videos is time-consuming. AI can identify key moments from transcripts.
Planning Only: This recipe focuses on identifying and planning clips, not actual video editing. Keep dependencies minimal for maximum portability.

What You’ll Build

A recipe that analyzes transcripts and outputs a structured clip plan with timestamps and titles.

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

Ensure your transcript includes timestamps. The recipe needs timing information to plan clips.
The recipe targets 15-60 second clips. For different durations, adjust the instructions in a custom fork.

Next Steps