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

How to preserve link to source files after downloading an aaf from the server? #111

Open
Dylan-Buth opened this issue Dec 1, 2022 · 1 comment

Comments

@Dylan-Buth
Copy link

This may be a basic question. I'm pretty new to aaf files in general and am having trouble understanding this part.

We're building an aaf file server-side, from WAV files. We then let the user download a zip that includes the aaf, and corresponding wav files. The problem is, once the user downloads it, the link is wrong. For example, a SourceMob has a locator object, with a urlstring pointing to the absolute path of the wav file on the server. Is there a way to set that locator to a path, relative to the aaf file? (Ex. ./source-wav-1.wav) Or is there another solution to this problem that I'm missing?

Logic Pro seems to handle it best, prompting the user to select the location of files it can't find. Pro Tools just gives an error.

@markreidvfx
Copy link
Owner

markreidvfx commented Dec 1, 2022

The AAF Edit Protocol says relative paths are supported. If pro tools supports them is another story. I'm not entirely sure the syntax, the spec says to follow RFC 2396. Unfortunately I don't have access to pro tools to test.

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