Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AAF Adapter: Mob transcription heuristics (#1249)
* Look for composition mob first if it's available When we describe our AAF into OTIO space, we apply the following heuristic: 1) First look for top level mobs and if found use that to transcribe. 2) If we don't have top level mobs, look for composition mobs and use them to transcribe. 3) Lastly if we don't have either, try to use master mobs to transcribe. If we don't find any Mobs, just tell the user and do transcrption on an empty list (to generate some 'empty-level' OTIO structure) This heuristic is based on 'real-world' examples. There may still be some corner cases / open questions (like could there be metadata on both a composition mob and master mob? And if so, who would 'win'?) In any way, this heuristic satisfies the current set of AAFs we are using in our test-environment.
- Loading branch information