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 [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 1.12.0 to 2.9.0. Release notes Sourced from pypa/cibuildwheel's releases. v2.9.0 🌟 CPython 3.11 wheels are now built by default - without the CIBW_PRERELEASE_PYTHONS flag. It's time to...

dependencies
github_actions

Adds a README.md to the contrib area to explain the break-out process in-progress.

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

We should clarify the MIME Type and UTI that are appropriate for OTIO files. Currently our documentation says: ``` TODO: Should we specify a MIME Type `application/vnd.pixar.opentimelineio+json` and UTI `com.pixar.opentimelineio`...

help wanted
documentation

Currently the file bundle adapters only support external references: https://github.com/AcademySoftwareFoundation/OpenTimelineIO/blob/6cd4161aa3adfbca6544798158a8b5f006235f6b/src/py-opentimelineio/opentimelineio/adapters/file_bundle_utils.py#L113 ImageSequenceReferences that can resolve to files on disk should also be supportable by MediaReferences.

Currently media references are focussed on locating specific assets on and identifying timing metadata for them. When OTIO is used to drive a system that will concretely pull together media...

needs discussion
roadmap

** Please note ** This PR includes the same changes and replaces the closed PR here: https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1368 This is to avoid messy fixes solving commits missing the Sign-off after a...

Currently the OTIO documentation leads people to make new adapters in the contrib folder within the OTIO repo, but we have decided to move those adapters into separate repos. We...

help wanted

This PR adds a new multi-purpose command line utility, otiotool. Patterned after the amazingly helpful oiiotool command line utility included with OpenImageIO, this utility provides a collection of modular, reusable,...

help wanted

The python bytes vs str issue is present in the `shot_detect.py` example. This should fix that and make it usable again.