

Thanks Albert, it all works perfectly fine for timeline markers however it is clip markers that I'd like to export. Not sure if anything would have changed in v 14. (Not sure what the "D:1" after the comment is)īTW, this was with Resolve 12.5. It produces something like this (I used tabs intead of commas for readability, and it can be directly copy/pasted into Excel):Ĭode: Select all 001 01:00:00:00 FFoA D:1 Here is a very crude and ugly one-liner which seems to work for my markers to output a simple csv:Ĭode: Select all perl -a -ne 's/\R// if (/^\d+/) ' MY_MARKERS.EDL

If you want it as CSV, you will need to apply some scripting for the format conversion, or some search/replace magic in a text editor.

This allows you you to export a frame to can use it for thumbnails in for your video. Albert Hofmann wrote:Not sure if this helps you, but you can export markers as an EDL: A tutorial on how to save a frame as an image in Davinci Resolve 16.
