-
## 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
- Deselect track 2
- Export an AAF with “selected…
-
## Bug Report
## Repro test
C++:
```c++
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project
#include "opentime/timeRange.h"
#include "utils.h"
…
-
It appears that OpenTimelineIO does not enforce any sort of actual format for the contents of `targetURL` and that client apps need to be careful of assumptions.
vade updated
9 months ago
-
Most NLEs show audio waveform shapes in audio clips on the timeline. Raven would be greatly improved if it had this feature also.
Here's a mockup of what that could look like
Adding such a fea…
-
## Feature Request
## Description
Currently the AAF writer doesn't translate user comments generated by the AAF reader (or manually by the user).
The adapter should translate comments from th…
-
## Bug Report
### Incorrect Functionality and General Questions
The `README.md` shows sample usage in Python:
```
import opentimelineio as otio
timeline = otio.adapters.read_from_file("fo…
-
## Bug Report
Hello
I have a native macOS application which is using OTIO (via the OTIO Swift Bindings package) to create a `Timeline` object
This timeline saved to disk as a raw `.otio` fil…
vade updated
9 months ago
-
Apologies for logging this as an “issue” and not a GitHub discussion, but it seems Discussions aren’t yet available on this repository.
This is *terrific* work folks.
Is there any chance of a te…
-
## 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 support reading of AAF data tracks.
## …
-
## Support for C++ 17
VfxPlatform CY2020 specifies C++14, but CY2021 and greater specify C++17.
We currently use c++17 shim libraries to get the functionality of optional and any.
Adopting C++17 …