Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
davidnorden opened this issue Jan 9, 2023 · 1 comment

Comments

@davidnorden
Copy link

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?

@markreidvfx
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants