OpenTimelineIO / otio-youtube-example

Example Python script which turns a YouTube video and description into an OpenTimelineIO OTIO file.
Apache License 2.0
5 stars 2 forks source link

Process the video description using OTIO #2

Open utsab opened 3 years ago

utsab commented 3 years ago

Parse the video description in python and create a Timeline object with Markers to represent the chapters

Add a check before the main video description parsing logic which confirms that the video description actually is text and that it contains time stamps.

How to test:

utsab commented 2 years ago

Right now the OTIO timeline (.otio file) may not have the correct text for each marker.