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

Investigate using the "time" module instead of "datetime" #20

Closed utsab closed 2 years ago

utsab commented 2 years ago

Based on jminor's feedback:

"I always worry about timezones accidentally causing calculations like this to vary."

Also see Reinecke's comment about using timedelta.