--> If you wanted to manually increase the Speed of any HTML Video Element:
- Copy its Id by Inspecting
- Go to the Console tab and write
- document.getElementById("playerId").playbackRate = 4
- Inside the double quotes write you Video Id
- Change the Speed as per your needs