pyaaf2
pyaaf2 copied to clipboard
Combining segments from two AAF-files to create a new single AAF-file
Hi! Basically, taking a couple of seconds from one AAF-file and combining it with a couple of seconds from another AAF-file. Can this be done with pyaaf2?
It would be tricky to do, but you could do it. You can copy AAFObjects between 2 AAF.
This example show how to copy Mobs between files. https://github.com/markreidvfx/pyaaf2/blob/main/examples/aaf_merge.py