Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition Support #10

Open
vade opened this issue Feb 27, 2024 · 3 comments
Open

Transition Support #10

vade opened this issue Feb 27, 2024 · 3 comments

Comments

@vade
Copy link
Member

vade commented Feb 27, 2024

There's only one official transition in OTIO right now, and thats

SMPTE_Dissolve

Some notes about transitions in OTIO vs AVFoundation:

  1. A transition is part of a track, so only involves 'adjacent media'
  2. A OTIO transition can actually extend head or tail of a clip in a tracks time. ie, it can add a few frames via the in_offset and out_offset properties. This means that the actual track time from AVFoundations perspective, will require 2 logical Composition Tracks, and have all of the time of the asset of the transition + clip time.
@vade
Copy link
Member Author

vade commented Feb 28, 2024

See visibleRange vs rangeInParent

@vade
Copy link
Member Author

vade commented Feb 28, 2024

visibleRange is not in parent time, so this will need to be tended to.

@vade
Copy link
Member Author

vade commented Feb 28, 2024

Also - how might we go from a composition with layer instructions to a OTIO Transition ? Is there a way to tell from OTIO that a layer instruction is a transition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant