-
I'm tring to use an otio to convert an ale file to an aaf, using a simple adapter like this:
```
myale = otio.adapters.read_from_file("sample.ale")
otio.adapters.write_to_file(myale, "sample.aaf")
…
-
Hi, I followed the manual for getting plugin self-contained - installing needed packages into **OpenTimelineIOUtilities\Content\Python\Lib\Win64\site-packages** under my Project folder. I enabled it i…
-
Building OTIO on win10 seems to fail for every commit after the offical 0.14 version.
I 'cd' into the OTIO directory, then run setup.py install.
The error thrown is:
```
Extracting OpenTimelineI…
-
## Feature Request
Add premiere CMX EDL style.
## Description
Premiere does not properly handle certain comments in CMX EDLs, presence of these comments will cause Premiere to use "UNKNOWN" f…
-
- Gather list of dependencies
- direct and transitive (deps of deps)
- required, optional, desirable, ... ? (what features such as codecs to we want to support?)
- min/max supported versions
…
-
## Bug Report
### Build Problem
## To Reproduce
1. Windows 10 & OSX 11.6.3
2. Python 3.10.2
3. `pip install opentimelineio`
## Expected Behavior
Correct pip installation.
## Logs
…
-
**Commit Hash**
bf049f9
**Platform**
Arch Linux
**Summary**
When i try building Olive, it fails with a `class QGridLayout` error. Full output below.
**Additional Information / Output…
-
Recent CI runs are failing due to changes in the linting rules unrelated to the actual PR. Example here: https://github.com/AcademySoftwareFoundation/OpenTimelineIO/runs/7632732656?check_suite_focus=t…
-
We need to meet the conditions of the CII Badge:
https://github.com/coreinfrastructure/best-practices-badge/blob/master/doc/criteria.md
The first task is to break this list down into a concrete …
-
Have you considered using this project as a stepping stone for coding a avb adapter for the Opentimelineio project: https://opentimelineio.readthedocs.io/en/latest/tutorials/write-an-adapter.html whic…