Skip to content

WheheoHu/pybmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBMD

GitHub license PyPI - Python Version PyPI

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

  1. Init Resolve object use Bmd module

     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.

    Resolve() 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

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

About

Python wrapper library for DaVinci Resolve API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages