Mark Reid
Mark Reid
I normally just use the `aafdump.py` script or the dump method on any AAFObject and paste the output in a text editor.
Haven't taken a look at this yet but a quick gotcha with ama linking is after you import the aaf into avid you might need to close and reopen the...
Sorry, don't have access to my dev computer at the moment, but I've been using the lastest version 2018.1 I think. Do the aaf generated by the test_ama.py work for...
Looks suspect, perhaps it's windows, I've done most of my dev work on Linux/Mac. I've seen MC do all different types of paths in the network locator. I see your...
Any luck? I changed the name because it got changed in newer versions of MC. It shouldn't matter as the uuids are the same, I've been meaning to implement aliases...
Can you share the aaf with the different UUID? I think we might be confusing the UUID of the property with the property value. The UUID in the model is...
Your not doing anything wrong. `BINF` types are not implemented because I haven't seen them before. It shouldn't be too hard to add the type, are you able to share...
`BINF` types have been added in ed996ff469e2b4cde8ba00dcbadfa08af66cf9c5. Seems they are just sub classes of `ABIN` but with some extra data that I'm not sure what is. I'm not familiar with...
Thanks for looking, I never knew about avid first. I haven't done a new pip release yet, you don't have to wait. You can clone the git repo and ,`python...
The Resolve error doesn't help much either! The `avb2aaf.py` script is more of a proof of concept , I've only really tested the AAFs it generates in Media Composer. I...