Hey Everyone,
Having never written a DaVinci Resolve script before (or ever used Python), I have combed forum posts and blog entries to achieve all of my needs except for two:
- Normalize audio
- Append timeline to timeline
I've searched high and low for a scripting way to normalize a clip's audio (or adjust audio at all), but I haven't found any yet. The only way I've found is by using the visual user interface (right-click on clip -> Normalize Audio Levels...). Is there a way to script this?
For the second challenge, I have created short bumper timelines to go in between each clip I am bringing in. I will manually tweak these timelines later, but I wanted them in place within the main timeline now. I can drag-and-drop the bumper timelines onto the main timeline, but scripting this doesn't seem to work. I have scripted an array to hold the bumper objects and printing them shows the bumper timeline object information. But when I try AppendToTimeline, I get nothing. Is there a separate method that will append a timeline to a timeline just like the drag-and-drop?
Thanks again for all your help!