Parse Function

pycmx.parse_cmx_events.parse_cmx3600(f: TextIO, tolerant: bool = False) EditList[source]

Parse a CMX 3600 EDL.

Parameters:
  • f (TextIO) – a file-like object, an opened CMX 3600 .EDL file.

  • tolerant (bool) – If True, a relaxed event line parsing method will be used, in the case the default method fails.

Returns:

An pycmx.edit_list.EditList.