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

Can I reference an external media file? #16

Closed
mattgreen opened this issue Oct 11, 2018 · 2 comments
Closed

Can I reference an external media file? #16

mattgreen opened this issue Oct 11, 2018 · 2 comments

Comments

@mattgreen
Copy link

Hi! First of all, thank you for a wonderful library!

Does pyaaf2 support referencing external media files? That is, referencing a file that would be alongside the AAF? Right now I am importing the essence, but this isn't working out for us performance-wise.

Thanks for your time and hard work on this!

@markreidvfx
Copy link
Owner

take a look at these methods
link_external_mxf
create_ama_link
https://github.com/markreidvfx/pyaaf2/blob/master/aaf2/content.py#L71

Support isn't that great, but mxf is in the best shape as there is a mxf parser included in mxf.py
See this test for a example
https://github.com/markreidvfx/pyaaf2/blob/master/tests/test_mxf.py

Ama linking requires ffprobe data at the moment, see this test
https://github.com/markreidvfx/pyaaf2/blob/master/tests/test_ama.py
A weird issue ama linking might be the media will appear offline in media composer until you close and reopen the bin.

@mattgreen
Copy link
Author

I will take a look at that, thank you!

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