python library for Davinci Resolve(Repack)
Project description
PyBMD
Python wrapper library for DaVinci Resolve API
🔥 Pybmd Now Support Both Windows & macOS 🔥
How To Install
pip install pybmd
How To Use
⚠️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.1
stands 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 istrue
stands 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.