Analyze footage (vision)
skycut_analyze_footageAnalyzes drone footage by sampling keyframes, building a scored graph of segments with subjects, camera movement, and quality flags. Cached results are reused unless forced.
Instructions
Sample keyframes (1 per 4s) from every scanned clip and analyze them with Claude vision to build the footage graph: scored segments with subjects, camera movement, and quality flags. Cached — already-analyzed clips are skipped unless force=true. If the run needs >500 frames, returns a cost estimate instead; re-call with confirm=true to proceed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Re-analyze clips even if cached | |
| confirm | No | Proceed with a large (>500 frame) run after seeing the estimate |