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

Setting Tape Name in AAF for IMPORT style OPAtom #81

Open
dijjit opened this issue Aug 3, 2020 · 2 comments
Open

Setting Tape Name in AAF for IMPORT style OPAtom #81

dijjit opened this issue Aug 3, 2020 · 2 comments

Comments

@dijjit
Copy link

dijjit commented Aug 3, 2020

To work around some issues introduced by the Avid Media Toolkit, I am looking to create an AAF file that contains a tape name which does not match that of the source media. The source media is of type IMPORT rather than TAPE - so in the AAF there is no tape name. This is necessary as if I create the media as TAPE formatted - I get the same tape name as clip name (Avid bug).

Currently I am able to generate AAF files perfectly with pyaaf2 (loving the tool by the way!) - but of course they are inheriting the source metadata. As per User Comments, can the tape name be overridden in the AAF? Or I guess the reverse, setting the clip name to be different to that in the source?

@dijjit
Copy link
Author

dijjit commented Aug 7, 2020

If it helps I am happy to pay for assistance with this code - looking for the understanding on how to set columns from within the AAF to be visible in Avid Media Composer.

@markreidvfx
Copy link
Owner

maybe this will help #9

The tape name that shows up in avid is the name of the SourceMob with a TapeDescriptor, and is not a User Comment.
Changing SourceMob.name should change the tape name.

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