Python wrapper library for DaVinci Resolve API
🔥 Pybmd Now Support Both Windows & macOS 🔥
pip install pybmd
⚠️ Run Davinci Resolve before you run script
-
Init Resolve object use Bmd module
from pybmd import Resolve LOCAL_RESOLVE = Resolve()
Resolve()has an option arg namedresolve_ip, default value is127.0.0.1stands for local davinci, if you want to use remote DaVinci Resolve object, change arg to remote ip.Resolve()has an option arg namedauto_start, default value istruestands for open davinci automatically if it's not running, if you want to open davinci manually, change arg tofalse. -
You are free now!
Play with APIs!
Original API documentation could be found at my notion: Davnci Resolve API
Pybmd Library API documentation could be found at :Pybmd API Documentation