Video Speed Controller

Video Speed Controller

Control HTML video speed.

Total ratings for Video Speed Controller
4.50 (Rating count: 2)
Merlin
See reviews for Video Speed Controller on Chrome Web Store
Recent reviews for Video Speed Controller
Recent rating average: 4.00
All time rating average: 4.50
Rating filters
5 star
0%
4 star
100% (1)
3 star
0%
2 star
0%
1 star
0%
Date Author Rating Lang Comment
2023-10-31
Ran Ro
Ran Ro
Request new feature for Video Speed Controller 1- set desired speed e.g. x3 2- select starting speed e.g. x1.5 3- % of video passed until desired speed is reach e.g. 60% The video begins at x1.5 and increases gradually as a function of time based on the duration of the video until it reaches 60% therein it will reaches x3 speed. e.g. at 60% of elapsed video duration it will be playbackRate = x1.5 + (x3 - x1.5) * (currentTime / duration) / 0.6