Skip to content

WheheoHu/pybmd

Repository files navigation

PyBMD

GitHub license PyPI - Python Version PyPI

Python library for DaVinci Resolve (Repack)

🔥 Pybmd Now Support Both Windows & macOS 🔥

How To Install

pip install pybmd

How To Use

⚠️Run Davinci Resolve before you run script

  1. Init Resolve object use Bmd module

     from pybmd import Bmd
    
     LOCAL_RESOLVE = Bmd()

    Bmd() has an option arg named davinci_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.

    Bmd() has an option arg named auto_start , default value is true stands for open davinci automatically if it's not running, if you want to open davinci manually, change arg to false.

  2. You are free now!

    Play with APIs!

    Original API documentation could be found at my notion: Davnci Resolve API in notion

    Pybmd Library API documentation could be found at :Pybmd API Documentation