You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments