OpenTimelineIO
OpenTimelineIO copied to clipboard
Open Source API and interchange format for editorial timeline information.
I got the following error when reading part of the .fcpxml file. **'NoneType' object has no attribute 'find'** ``` Traceback (most recent call last): File "/data/papepipe/pg_production_lib/src/lib/production/edit/otio/otio_checking.py", line 43, in info(xml)...
This issue is a placeholder for something that has come up as a question but is not currently a priority.
OTIO has long used `target_url` as a way to refer to assets referenced by a timeline (such as media files). However the ruleset for how these URLs are formatted has...
Currently, working with a Track that has a non-zero time involves using either a Gap, or a source_range with a negative start_time, or both. This is kind of awkward. This...
If you have Tracks or Stacks within a Track, `otio.algorithms.flatten_stack()` doesn't flatten all the way. We might need a separate `otio.algorithms.flatten_track()` and a recursive `flatten()` that deals with arbitrary nesting.
When working with media times, it can often be useful to refer to ranges that are things like "all times after two seconds" or "all times until 90 minutes". With...
Do we want an adapter for this? We need to learn more about this to plan it out. http://wwwimages.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/XMP%20SDK%20Release%20cc-2016-08/XMP-Media-Prod-SDK.pdf
**Link the Issue(s) this Pull Request is related to.** Closes #959 **Summarize your change.** This PR adds an initial setup of the [stale](https://github.com/actions/stale) github action which nudges or closes stale...
```Fixes #841``` Track range_of_all_children applies TimeEffect effect to duration of clip.