Skip to content

Releases: OpenTimelineIO/OpenTimelineIO-AVFoundation

1.0 Beta 4

1.0 Beta 4 Pre-release
Pre-release

Choose a tag to compare

@vade vade released this 07 Nov 20:22
d8e4084
  • 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:

Screenshot 2024-11-07 at 3 22 49 PM

1.0 Beta 3

1.0 Beta 3 Pre-release
Pre-release

Choose a tag to compare

@vade vade released this 24 Oct 22:07
4294de6
  • 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:

OpenTimelineIO Reader.app loading AWS Pick edit example.

1.0 Beta 2

1.0 Beta 2 Pre-release
Pre-release

Choose a tag to compare

@vade vade released this 03 Oct 17:43
65c9bba
  • 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 and RationalTime being lossy. We have some better ideas so stay tuned

1.0 Beta 1

1.0 Beta 1 Pre-release
Pre-release

Choose a tag to compare

@vade vade released this 29 Sep 18:24

Initial Release of OpenTimelineIO Reader 1.0 and OpenTimelineIO AVFoundation Swift Package

image

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.