These Python and LibreOffice Calc scripts streamline the ingest and conforming process for The College Tour TV show on Amazon Prime using DaVinci Resolve.
Created by: Cristian Omar Jimenez - My Website | IMDb Page
Where to Watch:
Location for Scripts:
- Windows:
C:\Users\YOURNAME\AppData\Roaming\Blackmagic Design\DaVinci Resolve\Support\Fusion\Scripts
Cleans up the EDL file from Adobe Premiere Pro for seamless import into DaVinci Resolve's Scene Cut Detection tool. It also generates a clip_names.txt file for easy copy-paste into the metadata CSV export from DaVinci. Additionally, it navigates to the media storage location automatically, avoiding unnecessary folder navigation.
Features:
- Looks for specific drive names ("TCT" or "TCT_2").
- Searches for the correct EDL file using "pp edl" in the filename (e.g.,
TCT pp edl.edl).
Similar to the above, but works without DaVinci Resolve. Place the script in the same folder as the EDL and run it directly to create a cleaned EDL and clip_names.txt. Ensure the EDL file is named correctly (e.g., TCT pp edl.edl).
Organizes Scene Cut Detector clips into bins, adds placeholder text to the metadata description column, and exports a metadata.csv file to the media folder. The CSV is automatically opened in your default spreadsheet program.
Note: Empty metadata columns are excluded from the CSV, so placeholder text is added by default.
Macro script for LibreOffice Calc that imports clip names from clip_names.txt into the metadata CSV's description column. It then saves and closes automatically. Assign to a hotkey (e.g., F3) for quick import and closure.
Same as the above but doesn't automatically save and close, allowing for manual verification of data.
After importing the metadata CSV and populating description names, this script assigns clip colors based on the descriptions.
These scripts are designed to speed up and automate tasks, ensuring a smoother workflow for The College Tour production.
If you are having issues with the enovrmental paths, try usting hard paths instead of realative paths like the following example.
RESOLVE_SCRIPT_API=C:\ProgramData\Blackmagic Design\DaVinci Resolve\Support\Developer\Scripting
RESOLVE_SCRIPT_LIB=C:\Program Files\Blackmagic Design\DaVinci Resolve\fusionscript.dll
PYTHONPATH=%PYTHONPATH%;%RESOLVE_SCRIPT_API%\Modules\;C:\ProgramData\Blackmagic Design\DaVinci Resolve\Support\Developer\Scripting\Modules\
Let me know if you'd like to make any further adjustments!
