AI Clip Finder
The Clip Finder node uses AI to analyze a long video and identify the most interesting or relevant segments for extraction.Inputs
| Handle ID | Data Type | Label |
|---|---|---|
video-in | Video | Long Video |
Outputs
| Handle ID | Data Type | Label |
|---|---|---|
video-out | Video | Clips |
Available engines
| Engine ID | Label | Cost |
|---|---|---|
gemini-flash | Gemini Flash | 1 credit |
How it works
- Receives a long video from the input handle
- AI analyzes the video content to identify key moments
- Produces a set of clip trim points (start time, end time, duration)
- The trimmed clips are output as video
Artifact data
The node producesclipTrims in its artifact:
videoUrl— Source video URLstartTime— Clip start time in secondsendTime— Clip end time in secondsduration— Clip duration in seconds
Configuration options
| Parameter | Description |
|---|---|
| Engine | Gemini Flash |
Credit cost
1 credit per analysis (Gemini Flash).Tips
- Feed this long-form content from Media Upload or TikTok Scraper
- The AI looks for moments with high visual interest, action, or emotional impact
- Combine with Video Editor to fine-tune the extracted clips
Example use cases
- Extracting highlights from long gameplay footage
- Finding the best moments in a recorded presentation
- Creating short-form clips from long-form content