AI & bots
AI Motion
AI motion-design director for DaVinci Resolve
2026·7 450 lines

The plugin watches a finished cut, works out what matters in it, and lays editable captions and motion graphics along the timeline as real Fusion compositions.
What is inside
- The AI decides only what to show and with which template. It never emits a keyframe — coordinates and timings come from a deterministic engine, so the same plan always produces the same result
- Pipeline: timeline → audio via ffmpeg → Whisper with word timestamps → scenes and framing → director → constraint layout → Fusion .comp
- The cache is keyed on an edit fingerprint: change a font and only the build re-runs; change the style and the director is asked again; change the cut and everything recomputes
- Resolve API limits were established by experiment against a live instance and documented — none of it appears in the official docs
- Edit safety: a .drt backup is exported before every generation, the plugin writes only to its own AI_MOTION_* tracks and refuses to touch anything else
Stack
Python 3.12DaVinci Resolve APIOpenAI WhisperffmpegFusion comp format
Why there is no demo
This is a DaVinci Resolve plugin, not a website: it lives inside the video editor and works on the timeline. There is nothing to show in a browser.