Mark Reid

Results 145 comments of Mark Reid

I've been thinking about this problem a bit the past couple days and have a couple ideas. This one idea is base of how you can map audio channels in...

I like moving the schema up better too! For OTIO files without stream mapping, if it is not already defined somewhere, I would propose the default behavior for a app...

@bergner these docs outlines process of developing a new schema https://opentimelineio.readthedocs.io/en/latest/tutorials/developing-a-new-schema.html Those were my thoughts too about this being an issue for an NLE. That is partly one of the...

> - for referenced things that don't have streams, what would the proper behavior be? Leave stream_map to be None? > - are there different kinds of streams that might...

Good idea. The api docs for adapter aren't being generated anywhere yet either. I'm looking into next too.

It looks pretty straight forward to add a few tests to restore coverage. I will send a pull request.

I did add the unit tests that restore the coverage lost from the adapter removal. I was hoping to remove it from this pull and create separate pull request, but...

I'm unsure why the EDL adapter has shown up in the Codecov report? I think its something to do with the recent EDL commits. The Codecov website can be pretty...

The separated AAF Adapter is now located here https://github.com/OpenTimelineIO/otio-aaf-adapter I created a task list of things that need to happen before this pull request could safely be applied https://github.com/OpenTimelineIO/otio-aaf-adapter/issues/1 Please...