Cutlist Tracker / CMX3600 EDL explained

File formats

The CMX3600 EDL, explained

The EDL is a 1970s tape-editing format that refuses to die because every NLE still speaks it. If you work in VFX or post, being able to READ one is a quiet superpower - here is the whole format in five minutes.

Anatomy of an EDL

A CMX3600 EDL is plain text: a title, an optional frame-count mode, and a list of numbered events, each describing one edit. A minimal example:

TITLE: NEON HARBOR EP101 CUT 04 FCM: NON-DROP FRAME 001 NH010 V C 01:00:10:00 01:00:14:12 01:00:00:00 01:00:04:12 * FROM CLIP NAME: NH_SH010_comp_v002

Reading an event line

The comments are where the gold is

The base format predates long file names, so NLEs smuggle the useful data into comment lines starting with *:

Timecode to frames

Timecode is HH:MM:SS:FF. To count frames: (hours x 3600 + minutes x 60 + seconds) x fps + frames. At 24 fps, 01:00:04:12 is 86,508 frames; subtract record-in 01:00:00:00 (86,400) and the event is 108 frames long. That arithmetic - plus handles - is the whole basis of a conform check.

Why it survives: every NLE exports it, every tool parses it, and it is human-readable in a crisis. OTIO is the richer modern interchange (JSON, nested tracks, metadata) - but when in doubt, everyone can still read the EDL.

Cutlist Tracker parses both: paste an EDL or an .otio and the shot list, durations and in-cut versions populate themselves, with a live preview of how each FROM CLIP NAME maps to a shot.

FAQ

What does FCM: NON-DROP FRAME mean?

Frame Count Mode - whether timecode counts every frame number (non-drop) or skips numbers periodically to stay wall-clock accurate at 29.97 fps (drop frame). For 24/25 fps film/PAL workflows it is effectively always non-drop.

EDL or OTIO for VFX handoffs?

Both, ideally. OTIO carries more structure (multiple tracks, media references, metadata) and is the modern interchange; the EDL is the lowest common denominator every vendor can open. The shot/version data you need for conform lives in either.

Why does my EDL have no clip names?

The export settings. Most NLEs have a checkbox for including clip-name comments (Resolve and Premiere both do) - without it you get bare reels, and mapping to shots becomes guesswork.

Your cut is the shot list

Import the EDL or OTIO, scan the renders folder, and the conform report writes itself. Flat A$29/mo per studio - 14-day free trial, no credit card.

Try the example cut →

Keep reading