PyBMD#

Python wrapper library for DaVinci Resolve API

How To Install#

pip install pybmd

How To Use#

Run Davinci Resolve before you run script

from pybmd import Resolve
LOCAL_RESOLVE = Resolve()

Resolve() has an option arg named resolve_ip , default value is 127.0.0.1 stands for local davinci, if you want to use remote DaVinci Resolve object, change arg to remote ip.

API Reference#

Samples#