darbyjohnston / tlRender

tlRender is an open source library for building playback and review applications for visual effects, film, and animation.
BSD 3-Clause "New" or "Revised" License
185 stars 22 forks source link

Latest "main" regression with .otio files that don't start at the beginning and movies that have timecode in them. #104

Closed ggarra13 closed 1 year ago

ggarra13 commented 1 year ago

The latest "main" branch has a regression in that .otio files don't show movie files properly, when the movie file has a timecode in it and the .otio file has a source_range that does not begin at the beginning of the movie file.

The latest "main" branch will show the movie file from the beginning of the movie, not from the source_range.

For reference, mrv2 v0.6.4 would display these type of files properly. mrv2 v0.7.1 no longer does.

Find a .zip file with a sample .otio and .mov file here:

https://mega.nz/file/zD4UkAgB#jauJY7hfP9bAqwR4IFIKlquutyMyTWs4WPbQsdj3wfE

ggarra13 commented 1 year ago

This now seems fixed in latest development branch.