Open-source, cross-language library for reading, writing, validating, and editing a simplified subset of OTIO (OpenTimelineIO) JSON files.
- Build everything:
just build-all
- Run tests:
just test-all
- Regenerate schema:
just regen-schema
(writes tospec/otio.schema.json
)
- Timeline, Tracks, Clips, Gaps, MediaReference, Metadata
- Time values are seconds (
f64
) - IDs are optional UUIDs (may be omitted/null for portability)