Mark Reid

Results 145 comments of Mark Reid

Avid adds a lot of extensions. There are a couple of tests that show how to register new properties. It really annoying to do and unfortunately I haven't had time...

yup I see what you mean. I just add a **init** to TypeDefString in the dev branch. see test_TypeDefString for a example.

I still don't think thats what your looking for let me take a deeper look

I added test_CommentMaker in the dev branch, in it shows a example of how to add most of those properties

They should be the correct ones unless I made a mistake. There are couple ways to get them. I converted a avid exported aaf to XML via aaf2xml.py and got...

I don't know, you'll have to check a couple files to make sure. I don't know what the crm id/database id tags are used for.

Thanks, I see what you mean, markers don't really have length, I'll clean that up when I get a chance. If position is what your after I believe markers also...

The CodecDefinition property is just a AUID I think but I could be wrong. The "essence_descriptor" object itself would be a AIFCDescriptor. A property will return None if its not...

If you compiled the aaf SDK with libgsf, rw isn't supported. Does this example work for you? https://github.com/markreidvfx/pyaaf/blob/master/example/import_media.py#L23

there are several issues with this pull request - remove the .imi file add, not sure what that for. - can we flatten it to a single commit, don't need...