Page 1 of 1

EDL file format?

PostPosted: Tue Feb 16, 2021 9:21 am
by albertocv
I am creating EDL files via an OBS plugin. I am importing them as markers. Now they have all the same name, the date and time the file was created.

The plugin is able to create markers with different text based on the keyboard shortcut I use to add it. How can I use the text saved in the EDL file as name for the marker?

Here's an example EDL file https://file.io/OFzabC6vY3Fl. I'd like to use the text just after the marker number as marker name (e.g. "CAP").

Re: EDL file format?

PostPosted: Tue Feb 16, 2021 8:58 pm
by Dmitry Kitsov BMD
Hello, Alberto,

the EDL you have will work to cut up the flat clip if you were to use import the PreConformed EDL. The names (START, SOTTO, CAP, etc.) that you have in the EDL are the reel names and are interpreted as such:

Screen Shot 2021-02-16 at 1.01.10 PM.png
Screen Shot 2021-02-16 at 1.01.10 PM.png (101.49 KiB) Viewed 2570 times


By the way, the Edit Index pane in the Edit page can be used to quickly search by any field, including Reel.
Per the Infowriter documentation:
EDL output format
This outputs a basic EDL file that includes that lets you pre-cut your recordings if your video editing program supports EDL. 

— and this is exactly what we observe.

For the purposes of the markers, the structure is not the one that Resolve uses.

You would need to have a structure like this that uses EDL comments:
Code: Select all
TITLE: infowriterresolve
FCM: DROP FRAME

001  001      V     C        00:00:00:00 00:00:00:01 00:00:00:00 00:00:00:01 
 |C:ResolveColorBlue |M:START |D:300

002  001      V     C        00:00:05:00 00:00:05:01 00:00:05:00 00:00:05:01 
 |C:ResolveColorCyan |M:CAP |D:120

003  001      V     C        00:00:07:00 00:00:07:01 00:00:07:00 00:00:07:01 
 |C:ResolveColorGreen |M:SOTTO |D:120

In this example a single frame used, but the 'D:###' adds the duration of the marker in frames. Other comments describe the color of the marker — 'C:ResolveColorcolor', and 'M:some text' indicates the content/name

Re: EDL file format?

PostPosted: Wed Feb 17, 2021 2:14 pm
by albertocv
Thanks a lot!

Re: EDL file format?

PostPosted: Wed Feb 17, 2021 3:20 pm
by grovelli
Hi, I'm new to video, what are markers?

Re: EDL file format?

PostPosted: Thu Feb 18, 2021 9:13 am
by albertocv
grovelli wrote:Hi, I'm new to video, what are markers?

I think you should check them in Davinci's manual

Re: EDL file format?

PostPosted: Tue Feb 23, 2021 1:54 pm
by grovelli
Thanks, I've seen them now on the manual :-)

Re: EDL file format?

PostPosted: Wed Apr 21, 2021 1:12 pm
by florentin foerschler
Did you found a efficient way to change the structure of the EDL files that are exported from InfoWriter to fit the structure that is needed by Resolve for placing, coloring and naming Markers?

I was able to import manual edited EDL files and create by right-clicking a Timeline in the Media Pool and selecting Timelines>Import>Timeline Markers from EDL...