Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pybmd

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pybmd

python library for Davinci Resolve(Repack)

  • 2024.3.4
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc