-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error converting ASWF sample Picchu to AAF #42
Comments
There are 2 main issues here. The first is issue is transitions currently require additional AAF metadata to output correctly. This shouldn't be necessary. Sensible defaults for a transitions should be chosen if metadata is not supplied. Transitions are done differently in AAF compared to OTIO, its get really confusing quickly :p The second issue is difference in frame rates between a clip and |
Thanks @markreidvfx - I understand about the former, the latter seems more pertinent to tackle. Would it be helpful if I can find a round-about way of getting a viable AAF (perhaps OTIO -> Resolve -> AAF?) I was curious if in cases with mixed frame rates / time bases if AAF requires a 'conform' retiming effect added vs it just working. I also have some contacts at Avid I can ask. I'll send them this thread. Thank you! |
It should be a matter of creating some timelines with mixed framerate footage in Media Composer. Export AAF files of a few isolated cases and identify the structure. The audio frame rate differences is a little strange, I'm not entirely sure whats going on there. I've only played around briefly with this project for the first time this weekend. The source media is missing things like embed timecode, so it took me a fair bit of time to relink everything with the free version of Resolve. We could definitely look at the AAF Resolve generates for reference. I did think of doing that but haven't really dug into it. |
Digging a little into this, all the rate changes on audio clips. The AAF exported from Resolve uses no effect to deal with the changes in This AAF imports into Media Composer, but has some errors. |
Here are some test files from Avid, each file has an AAF and OTIO file to test frame rates. Each file was linked into the 24FPS project and transcoded to the original framerate of the clip. Avid Project: 24 FPS Let me know if you need anymore files, I'm happy to help out. |
Attached is a cleaned up version of the Picchu Timeline |
Bug Report
Incorrect Functionality and General Questions
Attempting to convert
https://dpel.aswf.io/aws-picchu-edit/
fails using both release OTIO and OTIO 0.17-dev and associated pluginsTo Reproduce
In a clean v-env or conda env, install OTIO:
Then run
otioconvert -i ~/Downloads/aws-picchu-edit-4096x2048.otioz -o ~/Downloads/aws-picchu-edit-4096x2048.aaf -O 'AAF' -A use_empty_mob_ids="True"
macOS 13.4
3.10.0
0.17.0.dev1
Expected Behavior
Successful AAF conversion
Description of the expected behavior.
Logs
otioconvert
which fails on transitions and timing:otiotool -i ~/Downloads/aws-picchu-edit-4096x2048/content.otio --remove-transitions -o ~/Downloads/aws-picchu-edit-4096x2048/content-no-transition.otio
(I did this on an unzipped otioz structure, just for clarity)
And then running otioconvert again removes the transition errors, but of course timing is still a concern:
Any insight is helpful!
The text was updated successfully, but these errors were encountered: