AcademySoftwareFoundation / OpenTimelineIO

Open Source API and interchange format for editorial timeline information.
http://opentimeline.io
Apache License 2.0
1.47k stars 294 forks source link

Looking for requests for Sample Code / Command line tools #171

Closed quelsolaar closed 3 years ago

quelsolaar commented 7 years ago

I'm working on the C/C++ implementations of OTIO. I have good bit of code, but it needs testing and usage example code, so I want to write a collection of command line tools as sample code.

It would be great to get requests for command line tools that the community would find useful.

tin2tin commented 7 years ago

Is it command line tools for file conversions you're coding?

If you plan to include EDL parsing, then the format does not contain info on frames pr. sec and not necessarily a full path to the location of the media files, so these two pieces of information may need to be specified in the command line switches.

ssteinbach commented 7 years ago

@quelsolaar If you're looking for basic utilities, we ship several with OTIO that you could try and port. They're fairly simple but are a starting place if you're looking for a baseline. They're in the bin directory. There are a couple more in the examples directory.

https://github.com/PixarAnimationStudios/OpenTimelineIO/tree/master/bin https://github.com/PixarAnimationStudios/OpenTimelineIO/tree/master/examples

meshula commented 3 years ago

Closed by #917