Reference + tool

EDL inspector (CMX3600)

Paste or load a CMX3600 .edl and read its events, timecodes, reels and clip names. Everything is parsed in your browser — nothing is uploaded.

EDL

Events

#ReelTrkSrc InSrc OutRec InRec OutClip

Reading a CMX3600 line

Each event is: NNN  REEL  TRACK  TRANSITION  srcIn  srcOut  recIn  recOut. Transitions: C = cut, D = dissolve (with a frame count), W = wipe. Lines starting with * are comments (clip names, locators).

Drop-frame vs non-drop

The FCM: line declares DROP FRAME or NON-DROP FRAME. Drop-frame timecodes use a semicolon before the frames (00:00:00;00). Pick the matching frame rate above so durations are computed correctly.

EDL vs XML/AAF

EDL is simple and universal but loses effects, multiple tracks and metadata. XML (FCPXML) and AAF carry far more (effects, multicam, audio), at the cost of complexity. EDLs remain the safe interchange for conform and color.