Skip to content

Instantly share code, notes, and snippets.

@muyr
muyr / project_settings.py
Created March 25, 2020 07:12
Project Settings
PROJECT_SETTINGS = {
'audioCaptureNumChannels': '2',
'audioOutputHasTimecode': '0',
'audioPlayoutNumChannels': '2',
'colorAcesIDT': 'No Input Transform',
'colorAcesNodeLUTProcessingSpace': 'acesccAp1',
'colorAcesODT': 'No Output Transform',
'colorGalleryStillsLocation': 'C:\Users\xxxx\Videos\.gallery',
'colorGalleryStillsNamingCustomPattern': '',
'colorGalleryStillsNamingEnabled': '0',
@X-Raym
X-Raym / DaVinci Resolve Scripting Doc.txt
Last active March 19, 2025 18:15
DaVinci Resolve Scripting API Doc v19.1
Last Updated: 28 October 2024
-----------------------------
In this package, you will find a brief introduction to the Scripting API for DaVinci Resolve Studio. Apart from this README.txt file, this package contains folders containing the basic import
modules for scripting access (DaVinciResolve.py) and some representative examples.
From v16.2.0 onwards, the nodeIndex parameters accepted by SetLUT() and SetCDL() are 1-based instead of 0-based, i.e. 1 <= nodeIndex <= total number of nodes.
Overview
--------
As with Blackmagic Fusion scripts, user scripts written in Lua and Python programming languages are supported. By default, scripts can be invoked from the Console window in the Fusion page,

DaVinci Resolve Scripting Documentation

Updated as of 08 March 2019


In this package, you will find a brief introduction to the Scripting API for DaVinci Resolve Studio. Apart from this README.txt file, this package contains folders containing the basic import modules for scripting access (DaVinciResolve.py) and some representative examples.

Overview

As with Blackmagic Design Fusion scripts, user scripts written in Lua and Python programming languages are supported. By default, scripts can be invoked from the Console window in the Fusion page, or via command line. This permission can be changed in Resolve Preferences, to be only from Console, or to be invoked from the local network. Please be aware of the security implications when allowing scripting access from outside of the Resolve application.