markreidvfx / pyavb

Read and write Avid Bin FIles (AVB) files
https://pyavb.readthedocs.io
MIT License
58 stars 4 forks source link

Possible to import AAFs via this tool? #1

Closed conorhodder closed 2 years ago

conorhodder commented 5 years ago

Just wondering if you have included capacity to import an AAF to an .avb file using this tool?

Would this be the 'add mob' call in the bin module? That would mean that reading the aaf using pyaaf2 module, and then inserting that via this method using the pyavb module?

markreidvfx commented 5 years ago

no such a feature has not been implemented. I have a rough example of going the other way though avb2aaf.py. It would be possible to do, but would require a fair amount of time to implement correctly.