OpenTimelineIO / OpenTimelineIO/raven
Add support for adapters
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 140
- Forks
- 28
- Avg merge
- 14h 1m
- Merged PRs (30d)
- 2
Description
Currently Raven doesn't support adapters for AAF, XML, etc. Having support for non-OTIO read / write operations would be really great. Here are some ideas on how to implement it:
- subprocess pipe to
otioconvert - add an embedded Python install
Constraint: We want to ensure this tool stays light weight, and works in the browser.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by investigating how Raven currently handles OpenTimelineIO read/write operations and how a subprocess pipe to otioconvert or an embedded Python install would fit the lightweight, browser-compatible constraint. Define which non-OTIO formats, including AAF and XML, must be readable and writable; done means those adapter operations work without undermining browser support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100