Skip to content

v2.0.0

Latest

Choose a tag to compare

@timlehr timlehr released this 21 Nov 23:10
6292a38

Overview

This is a major overhaul of the AAF reader, improving how we translate the AAF structure into an OTIO structure. This is a breaking change, as it significantly alters the output of the AAF to OTIO conversion.

This also adds media embedding support for the Writer part of the adapter via a new set of adapter specific hooks. Please be aware that OpenTimelineIO 0.18 or newer is the required for the embedding / adapter hooks functionality to work.

🎉 Huge shout out to @markreidvfx for all the work on the vastly improved AAF to OTIO transcription.

Breaking Changes

This PR completely changes the way AAF is translated into OTIO structures. Please have a look at this PR for more changes at #44.
If you are currently relying on the old OTIO structure generated by the adapter prior to this version 2.0, please pin the adapter to otio-aaf-adapter<2.0.0.

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0