capcut_analyze_video_understanding
Extracts keyframes from a video and uses multimodal AI to analyze scene composition, emotion, and visual actions, then recommends CapCut edits for your draft.
Instructions
Extract keyframes from video and analyze scene composition, emotion, visual actions, and recommended CapCut edits using Multimodal AI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft | Yes | ||
| model | No | custom model name (e.g. "gemini-2.0-flash", "gemini-2.5-flash", "google/gemini-2.0-flash-001", "openai/gpt-4o") | |
| apiKey | No | optional Gemini or OpenRouter API key | |
| provider | No | AI analysis provider (default: "gemini") | |
| maxFrames | No | maximum frames to sample (default: 30) | |
| videoPath | Yes | absolute path to source video file | |
| intervalSec | No | frame extraction interval in seconds (default: 2) |