Extracting stills from an EDL/XML/CSV

Does anyone have a painless tool/method of using an EDL/XML/CSV, pointing it at a mov/mxf and it automatically grabbing stills for each event?

Resolve Python API comes with an example script do to this.

1 Like

Fairly easy to implement with ffmpeg as well:
https://mhsiddiqui.github.io/2018/02/09/Using-FFmpeg-to-create-video-thumbnails-in-Python/

2 Likes