Basic Usage Questions #877
-
Hello all! I'm going to keep trying to figure this out myself. Either way, I think such a use case might be a useful tutorial to add to the documentation, and I'd like to help with that! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi Nathaniel, https://github.com/PixarAnimationStudios/OpenTimelineIO/blob/master/examples/shot_detect.py If you're willing to write up a tutorial based on your experience, we would be happy to include that in the documentation, wiki, or something similar. |
Beta Was this translation helpful? Give feedback.
Hi Nathaniel,
I'm glad you are finding OTIO helpful. Here is some example code which may be helpful. It does something different, but you may be able to borrow pieces of it for your use case. In particular, this example code builds a timeline from scratch, and it includes an example of using ffprobe to detect the length of media files (something that OTIO doesn't handle).
https://github.com/PixarAnimationStudios/OpenTimelineIO/blob/master/examples/shot_detect.py
If you're willing to write up a tutorial based on your experience, we would be happy to include that in the documentation, wiki, or something similar.