Releases: OpenTimelineIO/OpenTimelineIO-Plugins
Beta 17
Summary
This is the first release of the "Batteries Included" OTIO with adapters package and is paired with OpenTimelineIO 0.17.0.
Included adapters
OpenTimelineIO core provides the following:
- otio_json
- otiod
- otioz
In addition, this package includes:
- AAF
- ale
- burnins
- cmx_3600
- fcp_xml
- fcpx_xml
- hls_playlist
- maya_sequencer
- svg
- xges
Beta 16
Summary
This release of the opentimelineio-plugins
python package is to smooth the transition to no longer including adapter plugins in the opentimelineio
core python package.
This release is simply a package that will transitively install OpenTimelineIO 0.16.0 - the current release version.
This is provided to assist migration ahead of removing adapter plugins from the OpenTimelineIO core python package in an upcoming release. Users of floating version pinning (e.g. opentimelineio>=0.16.0
) can preemptively switch to the opentimelineio-plugins
package (e.g. opentimelineio-plugins>=0.16.0
) and ensure the standard adapter plugins will still be included in future releases.
Beta 17 Pre-Release
Summary
This is a preview release for the "batteries included" file format adapters bundled in the opentimelineio-plugins
python package.
The release is a Developmental release to give users a chance to try out how the new opentimelineio
and opentimelineio-plugins
package setups work in their environments. Because this release is an early cut, there are still a collection of tasks to complete before the final release. There are also additional 0.16.0 changes that will be integrated with this release when it is finalized, so please treat it very much as a work-in-progress.
Please provide feedback about your experience in issue #1386 for adapter break-out in the main OpenTimelineIO github repo.
How To Install
By default pip won't pick up developmental releases. To try this release, use one of the following:
- Setting
opentimelineio-plugins==0.17.0.dev1
as a dependency python -m pip install opentimelineio-plugins==0.17.0.dev1
python -m pip install --pre opentimelineio-plugins
To try the "à la carte" OpenTimelineIO core package, use any of these variants with the opentimelineio
package.
Included adapters
OpenTimelineIO core provides the following:
- otio_json
- otiod
- otioz
In addition, this package includes:
- AAF
- ale
- burnins
- cmx_3600
- fcp_xml
- fcpx_xml
- hls_playlist
- maya_sequencer
- svg
- xges
Beta 15
Summary
This is an initial release of the opentimelineio-plugins
python package to smooth the transition to no longer including adapter plugins in the opentimelineio
core python package.
This release is simply a package that will transitively install OpenTimelineIO 0.15.0 - the current release version.
This is provided to assist migration ahead of removing adapter plugins from the OpenTimelineIO core python package in an upcoming release. Users of floating version pinning (e.g. opentimelineio>=0.15.0
) can preemptively switch to the opentimelineio-plugins
package (e.g. opentimelineio-plugins>=0.15.0
) and ensure the standard adapter plugins will still be included in future releases.
Acknowledgements
Special thanks to @JeanChristopheMorinPerso for helping bootstrap the setup.