Skip to content

A minimal example of using OpenTimelineIO in a Java application

Notifications You must be signed in to change notification settings

OpenTimelineIO/otio-java-example

Repository files navigation

OpenTimelineIO Java Example

This repository serves as a minimal example of using OpenTimelineIO in a Java application.

Allowable use of the code in this repository includes copying and pasting portions into your own projects without attribution.

Getting started

To get started, use git to clone this repository:

git clone <insert repo link>
cd otio-java-example

...then build it:

mvn clean install

...and run it:

java -jar ./target/otio-java-example-1.0-SNAPSHOT.jar ./example.otio

Please also consult with the OpenTimelineIO documentation for more information about OpenTimelineIO in general.

Good luck and happy coding!

Contributions

If you have any suggested changes to the template repository itself, please provide them via pull request or create an issue as appropriate.

All contributions back to the template repository must align with the contribution guidelines of the OpenTimelineIO project.

About

A minimal example of using OpenTimelineIO in a Java application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages