clapper icon indicating copy to clipboard operation
clapper copied to clipboard

Ending time calculation is wrong when speed != 100%

Open Midar opened this issue 2 years ago • 1 comments

The ending time is always calculated assuming a speed of 100%. The formula should instead use now + (seconds_total - seconds_elapsed) * speed)

Midar avatar Mar 06 '22 14:03 Midar

This is now partially fixed with: https://github.com/Rafostar/clapper/commit/c94d21fc533540147cefd56a515f70c427619295

Leaving this open because its still not ideal as we do not track playback rate changes, thus value does not get updated immediately when speed slider is moved (only when OSD is reshown or refreshed via other means).

Rafostar avatar Mar 06 '22 15:03 Rafostar