joshinils 13 Posted May 30, 2023 Posted May 30, 2023 Since there are official playback speed options, I think it would be better to show the time when playback finishes accurately. Currently, the two numbers at the end of the seek-bar show time left in the current video and the time on a clock when that time has passed from now (i.e. `time_done = now() + time_remaining`). I think it would be better to show it as `time_done = now() + time_remaining / playback_speed` such that it is closer to now when playback speed is greater than 1, and further away when speed is less than 1. Maybe the same could be done with the time remaining in the video, but that may be confusing if that changes based on playback speed. 1
joshinils 13 Posted May 30, 2023 Author Posted May 30, 2023 There are also add-ons which allow changing playback speed to an arbitrary value, I use one for Firefox: https://addons.mozilla.org/de/firefox/addon/videospeed/ It allows changing speed in all html5 players. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now