Mark Reid

Results 145 comments of Mark Reid

Destructive editing of MXF files is kind of out of the scope of this project. The MXF parser could be modified to include the file offsets on the MXFObject class,...

thanks @paulharter! Could we add a comment to the code explaining the work around?

Selector should yield itself and selected (it's a avid groupclip). Walk was supposed to walk the reference chain until it hits a null reference, so it doesn't make sense to...

I'm not sure if it should yield itself, I have a much messier one that I use, will take a look at it

Sorry been a bit swamped and didn't had much time. But I just looked at my messier implementation and I just yield `Selector['Selected'].value`. so no, it **should not yield** itself...

It suppose to be just a slice. I've only been using it to find source timecode, but we can make it walk to whole structure if thats what you need?...

Sorry for the late reply, I'm not sure I follow. Are you able to share code and samples?

sorry for the late reply. I would export a AAF from media composer with markers were you'd like to put them and inspect it. Then match what it's structures is...

hi @rjensen6107 xml support hasn't been implemented yet.

I currently don't have any timeline. I'd love to have the feature but I haven't personally needed it so thats why it's not implemented yet.