Skip to main content

A REST server for interacting with DaVinci Resolve

Project description

DaVinci Resolve REST API

A Python app that provides a REST API for controlling DaVinci Resolve and a Python client to easily integrate DaVinci Resolve control into your Python applications.

This package allows users to create, open, and manage projects, import media, and add clips to the timeline through a FastAPI server and a Python client.

Tested with DaVinci Resolve 18.6 (Free Version). It is likely compatible with newer versions as well.

Although the package is currently in its early stages with a few available endpoints, we are committed to continuously improving it and adding more functionality.

Note: Used by ShortFabrik, a web UI for automated short video creation with DaVinci Resolve.


Features

  • Create new projects in DaVinci Resolve.
  • Open existing projects with ease.
  • Import media clips into the Media Pool.
  • Add clips to the timeline with precise control.

The package includes:

  • A FastAPI server to expose REST endpoints for DaVinci Resolve.
  • A Python client for easy interaction from your Python applications.

Installation

Install the package directly from PyPI:

pip install davinci-rest

Note: Ensure that DaVinci Resolve is running and that the FastAPI server is started before using the client.


Starting the FastAPI Server

The FastAPI server must be running to handle REST API requests.

Step 1: Move launch_davinci_rest.py to DaVinci Resolves Script Folder

  1. Navigate to DaVinci Resolves Scripts folder:

    • Windows:
      C:\ProgramData\Blackmagic Design\DaVinci Resolve\Fusion\Scripts\
  2. Place the launch_davinci_rest.py file into the Scripts folder.


Step 2: Run the Server from DaVinci Resolve

Launch the server from DaVinci Resolve:

  • Go to Workspace -> Scripts -> launch_davinci_rest.

Once the server is running, you can send requests to the REST API at:

http://localhost:5001

Usage Guide

Here is how to use the DavinciRestClient to interact with DaVinci Resolve via the REST API.

Import the Client:

from davinci_rest.client import DavinciRestClient

# Initialize the client
client = DavinciRestClient()

Example Usage:

# Create a new project
response = client.create_project("MyProject")
print(response)

# Open an existing project
response = client.open_project("MyProject")
print(response)

# Import a clip into the Media Pool
response = client.import_clip("C:\path\to\clip.mp4", "MyClip")
print(response)

# Add a clip to the timeline
response = client.add_clip_to_timeline("MyClip", start_time=10.0, duration=5.0)
print(response)

Available API Endpoints

The following endpoints are exposed by the FastAPI server:

Endpoint Method Description
/project/create POST Create a new project in DaVinci Resolve.
/project/open POST Open an existing project.
/media/import_clip POST Import a clip into the Media Pool.
/timeline/add_clip POST Add a clip to the timeline.

Want More Advanced Features?

I am thinking of releasing a pro version that will include automatic subtitle generation, the ability to apply FX through the API, and more powerful endpoints for advanced control of DaVinci Resolve workflows.

Interested? Visit https://beluck.net/davinci-rest to learn more and provide your feedback!


Development Status

This package is in early development, and we are continuously improving the free version. Expect new features and enhancements in future updates!

We highly value user feedback. If you have suggestions or feature requests, please reach out to us!


License

This project is licensed under the MIT License. See the LICENSE file for more details.


More Information

For more information or support, please visit:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

davinci_rest-0.2.5-cp314-cp314-win_amd64.whl (550.1 kB view details)

Uploaded CPython 3.14Windows x86-64

davinci_rest-0.2.5-cp313-cp313-win_amd64.whl (540.4 kB view details)

Uploaded CPython 3.13Windows x86-64

davinci_rest-0.2.5-cp312-cp312-win_amd64.whl (565.8 kB view details)

Uploaded CPython 3.12Windows x86-64

davinci_rest-0.2.5-cp311-cp311-win_amd64.whl (628.0 kB view details)

Uploaded CPython 3.11Windows x86-64

davinci_rest-0.2.5-cp310-cp310-win_amd64.whl (578.5 kB view details)

Uploaded CPython 3.10Windows x86-64

File details

Details for the file davinci_rest-0.2.5-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for davinci_rest-0.2.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3bd5378a8e451dc80728523dbb9c0db1f6c3355ffc56506d783cbd86b2717c69
MD5 cd7305def8a224545a5d094802954ff7
BLAKE2b-256 bbacff8f64fa7aa01ab2f2ba03005a364fc34e95f3007cb6113d1cad33cd1688

See more details on using hashes here.

File details

Details for the file davinci_rest-0.2.5-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for davinci_rest-0.2.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f8fd77378b6611fd345d25f5f96eb839e2e1f36aaef7dbe10d6a9bd3fd407cf2
MD5 3ad0746518d2132f588adfc1a80143d9
BLAKE2b-256 91266c3534298885cc4e27f987be047afb2d1537c5fcc9b40c5a99571095d59e

See more details on using hashes here.

File details

Details for the file davinci_rest-0.2.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for davinci_rest-0.2.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4e6e302b7ec131a66bf57a25376d5e7ff558d48676b188d5f6bb173005d33d6a
MD5 fd497ce6c6dd5f14c16cf71046b0603d
BLAKE2b-256 456ef290a15422ad4c960fda101af68132b1f7ce4e7e19bc6b8832a478210bb6

See more details on using hashes here.

File details

Details for the file davinci_rest-0.2.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for davinci_rest-0.2.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3e3f9585967369d6b1a2c78f9afcdee4950cbda3bef9be26c66834f5cba53013
MD5 c7a7e71442657883c0623d5bee1dcd72
BLAKE2b-256 8e9479fee27d453dfd9df24f0f25d28717118d43b18d5697484a539ca93951e3

See more details on using hashes here.

File details

Details for the file davinci_rest-0.2.5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for davinci_rest-0.2.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 87b6429b64765b34c46611daf156746def9a4574541f6b52def43de27a532b98
MD5 bbc7cca5bbb13a5559528984ada0aff5
BLAKE2b-256 bee9745b4f6fba3967b14660222121fb644fed096f793ac9ff1f3998c532a6a4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page