Closed quelsolaar closed 3 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.
@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
Closed by #917
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.