Build a rough cut from a script + footage folder
Quand l'utiliser : You have 2 hours of B-roll and a 3-page script and don't want to start in a black timeline.
Prérequis
- DaVinci Resolve Studio 18.5+ open — Purchase once ($295) — free edition has no scripting API
- Resolve preferences: System > General > External scripting using: Local — Restart Resolve after flipping it
- MCP installed via the universal installer — git clone samuelgursky/davinci-resolve-mcp && python install.py
Déroulement
-
Create project and import mediaCreate a new project 'EP04_RoughCut', 1080p24, and import every .mov in ~/Footage/EP04 into a Media Pool folder called 'B-roll'.✓ Copié→ Project open with folder populated
-
Build a timeline keyed to script beatsCreate a new timeline. For each paragraph in ~/Footage/EP04/script.md, add a 6-second marker on track V2 labeled with the first 5 words.✓ Copié→ Timeline with beat markers
-
Drop B-roll at each markerAt each marker, pick the closest-matching B-roll clip by filename keyword and place it on V1 at that marker.✓ Copié→ Cut assembles visibly
Résultat : A rough cut you can refine manually, built in 5 minutes instead of an hour.
Pièges
- Filename-based matching is noisy — Rename clips with descriptive prefixes, or use Resolve's built-in Voice Isolation / transcription for smarter matching
- Resolve is sluggish while MCP tools run on huge projects — Work in a smaller 'assembly' project; conform to the big project later