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

Use library to create file paths #32

Closed utsab closed 2 years ago

utsab commented 2 years ago

See this comment

utsab commented 2 years ago

We updated the file paths in 3 places in youtube_chapters_demo.py:

  1. Output directory of the downloaded youtube video
  2. Media reference for the clip on the OTIO timeline
  3. Location of the description file (before it is processed)

We updated the file paths in 2 places in test_youtube_chapters_demo.py

  1. Expected location of the video_file
  2. Expected location of the description_file