-
Notifications
You must be signed in to change notification settings - Fork 289
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
AAF Export from otioconvert crashes / hangs Media Composer #1701
Comments
I have the same issue with In a new venv results in an error from Avid when opening the AAF |
I noticed the rate for global start time and clips is set to 1.0. Is that intentional? |
Yea, I noticed that as well. It might be a hiccup with our internal timeline -> OTIO converter. Is that something that would cause an AAF to fail? |
I'm sorry, I don't have much experience with AAF. |
No apologies necessary! Im in the same boat haha. |
Some more info: In a clean venv installing OTIO like so:
And then attempting to convert the OTIO sample of results in:
Which renders out the following AAF: And MC reports |
Using
|
And otiostat has one validation on the sample otio file:
|
Moved this to : OpenTimelineIO/otio-aaf-adapter#42 |
Bug Report
Hello
I have a native macOS application which is using OTIO (via the OTIO Swift Bindings package) to create a
Timeline
objectThis timeline saved to disk as a raw
.otio
file (not.otiod
or.otioz
, and then converted viaotioconvert
to an AAF.The resulting AAF is being imported into Avid Media Composer 23.12.0 which results in a beachball / hang.
This OTIO converts to FCPX and FCP7 XML without issue, and loads in FCPX / Premiere just fine.
I'm honestly unsure if this is an issue on my end, or on the adaptor end. Any ideas welcome, and apologies if this is in the wrong repo, just LMK!
To Reproduce
Mclane.json
see attached simple OTIO file (rename to .otio - was named json to attach to the issue)
run
otioconvert -i ~/Downloads/Mclane.otio -o ~/Downloads/Mclane.aaf -O 'AAF' -A use_empty_mob_ids="True"
Open AAF in Media Composer.
[OpenTimelineIO @ 7302ff1](https://github.com/PixarAnimationStudios/OpenTimelineIO/tree/7302ff1547e6dc24c375cb79f403c18c77346b7b)
Xcode 14.3.1 and 15.1
Expected Behavior
An AAF that opens correctly.
The text was updated successfully, but these errors were encountered: