OpenTimelineIO
OpenTimelineIO copied to clipboard
Open Source API and interchange format for editorial timeline information.
## Feature Request Ale's adapter should read from _.otio_ the **color decision list**. ## Description The ale's adapter doesn't import Color Decision List from _.otio_ to _.ale_. I think we...
## Feature Request Did OpentimelineIO support clip duration when speed up or slow down? ## Description For example, 1. has a video media_reference,duration is [0, 10]。 2. Add it to...
## Feature Request Let's add the documentation for the spatial coordinates feature into the OTIO docs.
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.1.0. Release notes Sourced from codecov/codecov-action's releases. v3.1.0 3.1.0 Features #699 Incorporate xcode arguments for the Codecov uploader Dependencies #694 build(deps-dev): bump @vercel/ncc from 0.33.3...
Following on from this weeks AAF call, this is the main process being used to correctly calculate the source timecode values for the SourceClip component. @jminor @timlehr @stefanschulze To give...
## Bug Report ### Incorrect Functionality and General Questions While using the rv_session adapter, we noticed that if we have unicode data in metadata, the adapter will fail with an...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. Release notes Sourced from actions/upload-artifact's releases. v3.0.0 What's Changed Update default runtime to node16 (#293) Update package-lock.json file version to 2 (#302) Breaking Changes...
In merge request https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1239, it left markers with the Track if `target_track.child_at_time(marker.marked_range.start_time)` returns something that does not have `markers` property, for example `Transition`. This is less-than ideal. Instead, it should...
## Bug Report otioview works if one does `pip install pyside6==6.2.3` otioview does not work if one does `pip install pyside6==6.2.4` the symptom is that the timeline does not render...
## Feature Request This a proposed change to an existing feature on the C++ unit tests. It would be nice to run the tests in verbose mode. ## Description If...