OpenTimelineIO icon indicating copy to clipboard operation
OpenTimelineIO copied to clipboard

Open Source API and interchange format for editorial timeline information.

Results 241 OpenTimelineIO issues
Sort by recently updated
recently updated
newest added

Bumps [src/deps/optional-lite](https://github.com/martinmoene/optional-lite) from `ea502a6` to `f7ed80f`. Commits f7ed80f Add msvc (windows-2022) image to GitHub Actions (nonstd-lite-project issue 62) 16c0bb0 Remove msvc (windows-2016) image from GitHub Actions (nonstd-lite-project iss... 41afe8b Change...

dependencies
submodules

Here is a first attempt to move the AAF Adapter to separate git repo. This started out as a test but turned out to be pretty straightforward, since I already...

**Link the Issue(s) this Pull Request is related to.** **This pull request was initiated as a part of a CodeDay mentorship program.** Each PR should link at least one issue,...

## Feature Request New Feature ## Description A new CDL Adapter that allows users to export .cdl files per clip (timeline event) in an OTIO instance. ## Context Should output...

enhancement
TSC

Currently OTIO can read old `.otio` files that were serialized with older schema versions, because there is a built-in schema upgrade system. However, if an `.otio` file is written with...

I noticed these file handles were leaking when running tests on mingw64. I matched the style that's in the files, but I think it would be better to use a...

## Feature Request This would be a new feature to, in addition to track types Audio and Video, to add type Data. The AAF adapter would then be modified to...

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.1.1. Release notes Sourced from sphinx's releases. v5.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v5.0.0 No release notes provided. v5.0.0b1...

dependencies
python

**Link the Issue(s) this Pull Request is related to.** Fixes #1361 **Added track type 'Data'. Add support for reading AAF data tracks.** Our editors use markers on the Data Track...

enhancement
TSC
Adapters

This is the minimal amount of changes required to add mingw_x86_64 support on windows and pass all the tests. This pull request is mainly for discussion as to if this...