reverse_engineer_animation
Extract and analyze animations from video frames: detect all moving elements, then detail their timing, easing, stagger, and implementation specs. Optionally focus on a specific screen region for single-element deep dive.
Instructions
Reverse-engineer every animation in a video with multi-pass analysis. Pass 1: extract high-FPS frames and find all animations. Pass 2: crop each animation region and deep-dive into timing, easing, stagger, per-character details, and implementation suggestions. Optionally provide a specific region to skip Pass 1 and analyze a single element.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Optional: specific screen region (x, y, width, height) to analyze. Skips the find-animations pass. | |
| element | No | Optional: text description of the element to focus on (e.g. 'hero heading', 'sign-up button') | |
| reference | Yes | Video file with animations to reverse-engineer |