Mark Reid
Mark Reid
This is now possible in the 1.4 release. All `AVBObjects` now have a copy method, that can change the root object to another file. The method handles all the tricky...
I was playing around with my proposal and found a potential issue. One very useful use case is using a Multi-References to represent the same media but in different file...
I've had a pending pull request in the external adapter that fixes this issue for quite some time. https://github.com/OpenTimelineIO/otio-aaf-adapter/pull/9
@jminor the pull has be change to target that branch. There were some conflicts which I've resolved. f7123d0bb1d1a621180f5606844919216ec0eeac made some changes to the aaf adapter, I'll port them to the...
@apetrynet rebased and all tests pass!
#1950 might have resolved this issue. It fixes a few unit test failures related to FMA on apple silicon.
@mikemahony yes, I think it is in a good enough state to start testing that. I haven't verified that any of the pypi deployment scripts work, they will probably need...
@mikemahony are the any docs or examples you know of on how your suppose to use test.pypi.org vs the regular pypi? I've typically just used the dev tag on the...
thanks @JeanChristopheMorinPerso. I think I get it now. I created the initial pypi project https://test.pypi.org/project/otio-aaf-adapter I can add others as owners if they slack me their pypi username.
Can we merge the AAF adapter extraction https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1348 into the `extract_adapters` branch too?