Jump to content

Recommended Posts

joshinils
Posted

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.

  • Thanks 1
Posted

Hi, yes it makes sense. Thanks for the feedback.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...