pyaaf2 icon indicating copy to clipboard operation
pyaaf2 copied to clipboard

Combining segments from two AAF-files to create a new single AAF-file

Open davidnorden opened this issue 2 years ago • 1 comments

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?

davidnorden avatar Jan 09 '23 17:01 davidnorden

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

markreidvfx avatar Feb 18 '24 21:02 markreidvfx