Eric Reinecke

Results 92 comments of Eric Reinecke

@pokey Which piece of software generated this XML? As @jminor said, SMPTE timecode can only be specific rates so it appears whatever is generating this is doing something invalid. To...

The enabled flag seems like a pretty good approach, from an FCP XML perspective, the nodes the enabled flag are available on are: - `track`(translates to `Track`) - `clipitem` (translates...

Good question. Looking closer, [in the spec under the enabled element](https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/FinalCutPro_XML/Elements/Elements.html#//apple_ref/doc/uid/TP30001156-TPXREF106) `sequence` is listed as a possible parent, however the `sequence` element doesn't include it in it's subelements list. The...

@jminor good note on the other adapter page - I opted to reproduce the instructions a bit there so when the contrib area migration is done we won't have to...

I guess there is one question about whether only `media_reference.External` refers to a specific asset and the other media reference types are meant to more generically refer to a concept...

For reference, the discussion thread #1009 has come up about this issue.

@alatdneg Did we manage to get you a suitable solution for this? Since we last checked in, [this repo](https://github.com/OpenTimelineIO/otio-plugin-template) was created to make the pip method of making an adapter...

Is this something we feel like should be shipped with OTIO and supported by the core team, or would it make sense to make it an optional adapter plugin in...

@avrata Did #1267 fix this issue too?

At the moment, the [FCP 7 XML adapter](https://github.com/AcademySoftwareFoundation/OpenTimelineIO/blob/main/src/py-opentimelineio/opentimelineio/adapters/fcp_xml.py) only implements `read_from_string` - a fairly quick and harmless approach would be to implement `read_from_file` - [example from the otio json adapter](https://github.com/AcademySoftwareFoundation/OpenTimelineIO/blob/bc9662523a18d96f0356cb3dc1fef8777a79bc8d/src/py-opentimelineio/opentimelineio/adapters/otio_json.py#L14)...