Metadata-Version: 2.1
Name: otio_cdl_adapter
Version: 0.6
Summary: Exports a .cdl file for each clip event in an OTIO instance
Home-page: https://github.com/josh-mission/otio-cdl-adapter
Author: Joshua James Unwin
Author-email: josh@missiondigital.co.uk
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Display
Classifier: Topic :: Multimedia :: Video :: Non-Linear Editor
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE-MIT

# CDL Export Adapter
This simple adapter allows users to export a collection of .cdl files
from an OTIO timeline. One .cdl file is exported for each clip/timeline event in the 
OTIO instance. The ColorCorrection Node ID within the .cdl will use the
CMX_3600 reel name/Tape of the clip, while the file itself will be named
using the timeline event name.

## Usage
`otio.adapters.write_to_file(timeline, 'path/to/output/directory', adapter_name='cdl')`
