Description: Convert ALE with CDL exported from Resolve into individual CCC files. This can be called directly from resolve or from your command line.
ALEtoCCC.py [-h] -a ALE -o OUTPUT [-v]
| Flags | Description | Optional |
|---|---|---|
-h, --help |
Show this help message and exit | Optional |
-a ALE, --ale ALE |
Path to ale containing cdl values | Required |
-o OUTPUT, --output OUTPUT |
Directory to write ccc files to | Required |
-v, --verbose |
Give verbose logging | Optional (defaults to none) |
- In Resolve open the Fusion page, in the toolbar click “Fusion > Fusion Settings”
- Click “Path Map” in the Fusion drop down of the settings window, and make sure “Scripts” is set to “UserPaths:Scripts”. If not, hit the “Reset” button.
- Click "Script" in the Fusion drop down of the settings window, change selection from python 2.7 to python 3
- This step is only Resolve version 18.1.4 or later
- Hit the save button to update all of your changes
- Download this repository's latest release
- Add it to your scripts path. These paths can also be found by clicking the folder icon at the bottom right of "Path Map" from step 2.
- LINUX:
~/.local/share/DaVinciResolve/Fusion/Scripts/Deliver- Hint: if you can’t find .local try hitting Ctrl+H to show hidden folders
- WINDOWS:
C:\Users\{NAME}\AppData\Roaming\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts\Deliver- Hint: if you can’t find AppData try going to View > Hidden items in file explorer and hitting the checkbox
- MAC:
/Library/Application Support/Blackmagic Design/Fusion/Scripts/Deliver
- LINUX:
- Restart Resolve
- Now when you go open Resolve and, in the toolbar, click “Workspace > Scripts” it should be available.
- Open the resolve project and timeline you want to export CCCs of
- Open the script by going to “Workspace > Scripts”
- It will ask where you want to export CCCs to
- Done!