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

Error opening aaf file #133

Open
kabsten opened this issue Apr 5, 2024 · 3 comments
Open

Error opening aaf file #133

kabsten opened this issue Apr 5, 2024 · 3 comments

Comments

@kabsten
Copy link

kabsten commented Apr 5, 2024

Hello Mark. Thank you so much for your work on this project. I am still new to the module, so please forgive me if this is simple. I can open certain aaf files, however I am trying to open an aaf file that was generated by a piece of transcoding software that our facility uses. When I do, I get the following error:
CompoundFileBinaryError("invalid file magic signature: {}".format([self.magic]))

CompoundFileBinaryError: invalid file magic signature: [b'\x06\x0e+4\x02\x05\x01\x01']

How might I troubleshoot this?

@markreidvfx
Copy link
Owner

From that magic signature it looks like a KLV formatted AAF file. It is basically an MXF file. These type of files have been starting to coming up recently, another user has reported them to me as well. pyaaf doesn't really support them yet. The mxf parser in pyaaf can read them and with some modification the pyaaf could convert them to standard aaf. The AAF SDK has a tool that can convert them to the standard format too I think.

What is the transcoding software? Are you able to provide a sample?

@kabsten
Copy link
Author

kabsten commented Apr 11, 2024

Hi Mark, thanks for taking a look. These files are produced by a piece of transcoding software called Amberfin, made by Dalet. I will email you a sample file if that works.

I was able to read and dump the file using the mxf module. Is it possible to edit parameters and save the file?

@markreidvfx
Copy link
Owner

this also relates to #53

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