Provides CMX 3600 EDL (Edit Decision List) adapter for OpenTimelineIO, enabling reading and writing of classic EDL files. Current version 1.0.0, release cadence is low as the library is relatively stable.
pip install otio-cmx3600-adapterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Read and write CMX 3600 EDL files using OpenTimelineIO. The adapter is automatically available when the package is installed.
Use adapter_name='cmx_3600' in write_to_file.
Check that your timeline conforms to EDL capabilities before writing. Consider using a more capable format like AAF if needed.
Ensure you have opentimelineio >= 0.16 installed.
Install the package: pip install otio-cmx3600-adapter. Then use otio.adapters.read_from_file() - the adapter is auto-registered.
Pass adapter_name='cmx_3600' to otio.adapters.write_to_file(timeline, 'file.edl', adapter_name='cmx_3600').
No dependency data recorded yet.