Releases: OpenTimelineIO/OpenTimelineIO-AVFoundation
Releases · OpenTimelineIO/OpenTimelineIO-AVFoundation
1.0 Beta 4
- Improve MXF support.
- Fix issue with time handling in some situations.
- Fix bug with loading of files from an OTIO from a different system with different file paths. We now search the current working directory for media if we can't find it anywhere else.
- Improve documentation on MXF DNX variant support.
OTIO Reader playing back variants of DNX HD Media in MXF containers referenced from an OTIO which references media in a path our system doesn't have:
1.0 Beta 3
- Improve Timeline Scroll Performance on macOS 15
- Fix edit bug if OpenTimelineIO file references Timecode on asset and asset is a proxy or has no time code.
- Fix gap handling in AVFoundation editing for video and audio
- Provide a stop gap asset for missing media references
- Provide a stop gap asset for unsupported media file references
The above fixes gets OTIO Reader.app the ability to playback and export more complicated demo assets like AWS Picchu edit:
1.0 Beta 2
- Add support for macOS 13
- Add a Timeline View
- Update Colors to OTIO colors :)
Known issues
- Adding macOS 13 support required adding a now empty sidebar. If you have ideas of what could go there let me know!
- The time reporting is somewhat janky due to conversion between
CMTime
andRationalTime
being lossy. We have some better ideas so stay tuned
1.0 Beta 1
Initial Release of OpenTimelineIO Reader 1.0 and OpenTimelineIO AVFoundation Swift Package
Loading Blackmagic Designs Davinci Resolve Sample project exported from Resolve 18.6 as an OTIO file, and playing back in OTIO Reader.app
OpenTimelineIO Reader 1.0 Beta 1:
- Load OTIO files for playback (compatible media only)
- Inspect OTIO timeline items
- Export to Quicktime
OpenTimelineIO AVFoundation SDK
- See the main README for Swift Package docs.