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

AVX Parameter - Info #124

Open
maptz opened this issue Jan 17, 2024 · 2 comments
Open

AVX Parameter - Info #124

maptz opened this issue Jan 17, 2024 · 2 comments

Comments

@maptz
Copy link

maptz commented Jan 17, 2024

Hi Mark,

I am using pyaaf2 to help automate imports in Avid Media Composer. I'm trying to generate sequences that contain Avid Subcap effects.

These are defined within OperationGroups with Parameters. The Subcap text is stored for instance in a property_entry called Caption. This looks to be some kind of structure. All I've managed to parse really is that from byte 53 there's a length int encoded in the bytes, followed by an ASCII encoded string (length defined by the previous bytes).

I don't see anywhere in PYAAF2 to decode this, but am I missing it?

If not, do you know anything about how these AVX parameters are defined in an AAF file?

@maptz maptz changed the title AAX Parameter - Info AVX Parameter - Info Jan 17, 2024
@markreidvfx
Copy link
Owner

Plugins can have private binary blobs of binary data as parameters. You will probably need to reverse what all the bytes in the blob represent. Feel free to document it here if figure it out.

@dVox-tech
Copy link

Has anyone figured out this yet or have any information from docs for AVX that might be useful ?

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

3 participants