Mon Aug 20, 2018 12:41 am
I'm writing a small program that will make metadata reports from video footage using Python.
I need to be able to extract metadata and images from nearly every kind of major video format. The Resolve Python API is very exciting, and it's doing a great job of making metadata extraction very simple.
The missing link for me right now is to easily get "preview" stills for each clip. I've figured out rendering clips with Python through the README documentation, including how to set in and out points for render timelines. I realize that I could do this over and over, adding new render jobs for every still, but Resolve performs very slowly doing this. I'd like to get a few dozen stills from each clip, and processing them with this method sometimes takes longer than just transcoding the whole clip.
I think extracting stills automatically could be a really useful application of Resolve's new scripting abilities. I'm wondering if anyone has any ideas, or if there'd be any backing for a feature request.
Thanks in advance!