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

Creating AAF using WAV file #101

Closed
zeeshanmazhar opened this issue Jan 31, 2022 · 5 comments
Closed

Creating AAF using WAV file #101

zeeshanmazhar opened this issue Jan 31, 2022 · 5 comments

Comments

@zeeshanmazhar
Copy link

Hello,

I am new to Pyaaf and i have a WAV file, I need to add timecode, edit, and create an AAF file by using this information.

I don't know how to todo this, i really need help.

Thanks in advance.

@markreidvfx
Copy link
Owner

have you looked at the Quickstart example?

@zeeshanmazhar
Copy link
Author

@markreidvfx Yes i did, i followed the steps but that aaf file is not importable in protool.

@zeeshanmazhar
Copy link
Author

Also, how can i skip the dnxhd file part from that example code, cause i only want to add timecode and rate in the AAF file.

@markreidvfx
Copy link
Owner

Each program that uses AAF has it has its own oddities, what are you trying to import to? Some programs don't support embed audio and you may need to ama link. a good starting approach is to take a AAF the works with the product in question and match its structure.

Also, how can i skip the dnxhd file part from that example code, cause i only want to add timecode and rate in the AAF file.

import_audio_essence can take a tape kwarg too, I think

@zeeshanmazhar
Copy link
Author

@markreidvfx i will follow your advice will try to use import_audio_essence, and will ask my client about where he is trying to import and will get back to you.

Thanks a lot for your help.

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