An adapter for importing and exporting Advanced Authoring Format (AAF) files into OpenTimelineIO (OTIO). Currently at version 2.0.0, this package requires Python >=3.7 and is maintained by the OpenTimelineIO project. Releases follow OTIO's cadence.
pip install otio-aaf-adapterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: import otio_aaf_adapter to register AAF support, then use OTIO's adapters module.
Add 'import otio_aaf_adapter' at the top of your script.
Upgrade to Python 3.7+.
Update imports to 'from otio_aaf_adapter.adapters import aaf_plugin'.