WofWca / jumpcutter

⏩ Fast-forwards long pauses between sentences — watch lectures ~1.5x faster (browser extension)
https://chrome.google.com/webstore/detail/jump-cutter/lmppdpldfpfdlipofacekcfleacbbncp
GNU Affero General Public License v3.0
354 stars 12 forks source link

feat: show estimated remaining video duration #177

Open WofWca opened 3 months ago

WofWca commented 3 months ago

We already have the "average playback rate": image

And it should not be hard to estimate the remaining time by simply dividing video.duration by that playback rate.

The question is where to show this. The easiest way is to show this in the tooltip of the time saved element, as we do already with percentages. Another way is to add an option to show remaining time instead of the average playback rate, or not instead of it but besides.