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
193 stars 22 forks source link

Sequence detection is failing on padded frames. #122

Closed ggarra13 closed 1 year ago

ggarra13 commented 1 year ago

A sequence called:

test.0001.exr to test.7000.exr

gets detected as:

test.0001.exr to test.0999.exr

Padding the frames with 5 digits instead of 4 works around the issue. I tried looking through the code but could not figure out how FileInfo works.

ggarra13 commented 1 year ago

I put a fix in PR #123.