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

## Bug Report I’ve found a bug in Avid Media Composer AAF file generation: - Make 3 video tracks - On the third track, place a clip with a marker...

bug

This PR is a follow up to https://github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1664 to add support to `filepath_from_url` and tests for UNC paths.

## Bug Report ### Build Problem ``` In file included from ./OpenTimelineIO/src/opentimelineio/anyDictionary.h:6, from ./OpenTimelineIO/src/opentimelineio/serializableObject.h:9, from ./OpenTimelineIO/src/opentimelineio/serializableObjectWithMetadata.h:6, from ./OpenTimelineIO/src/opentimelineio/composable.h:6, from ./OpenTimelineIO/src/opentimelineio/item.h:7, from ./OpenTimelineIO/src/opentimelineio/clip.h:6, from ./OpenTimelineIO/src/opentimelineio/clip.cpp:4: ./OpenTimelineIO/src/opentimelineio/any.h:6:10: fatal error: any/any.hpp: No such...

bug

## Bug Report ### Build Problem OTIO_IMATH_TARGETS is added to the cmake module so that applications using opentimelineio can inherit the correct library paths and libraries to link against, however...

bug

**Link the Issue(s) this Pull Request is related to.** - Closes #1690 - Related to #1027 - Will eventually also fix #1672 **Summarize your change.** - Introduce automated PR labels...

ci

**Summarize your change.** During the tests some DeprecationWarnings pop up. I only fix them. **Reference associated tests.** For example here you see the DeprecationWarnings : https://github.com/AcademySoftwareFoundation/OpenTimelineIO/actions/runs/7483248301/job/20368203066?pr=1669#step:9:18

## Bug Report There are no wheels built for python 3.11 ### Build Problem `pip install opentimelineio` Build log: [opentimelineio_build.log](https://github.com/AcademySoftwareFoundation/OpenTimelineIO/files/12844369/opentimelineio_build.log) ### Incorrect Functionality and General Questions When installing `opentimelineio` on...

bug

## Bug Report ### Broken Functionality Parts of the codebase assume the existence of a `tracks` attribute. However, ALE inputs don't have this. This is because the ALE adapter doesn't...

bug

In the [metadata section](https://opentimelineio.readthedocs.io/en/stable/tutorials/otio-file-format-specification.html?highlight=file%20format%20specification#metadata) of the readthedocs file format specification, the example timeline is a bit odd because it starts with a transition that has an `in_offset` of `10/24` but...

bug

## Feature Request It would be helpful to have a set of Sequence/Project settings on a timeline that includes useful information when rendering a sequence. This could include: - Video...