Hi guys,
I recently saw a post where OP was asking for a way to increase video speed more than 2X as a feature. Obviously this is not in Gregmat’s control, since the video player is provided by Vimeo. Although, there is a way you guys can achieve that if you’re using Google Chrome. Just open the video in full screen, right click anywhere on the video and click inspect. Then go to the console tab in the screen that pops and up and paste this
document.getElementsByTagName("video")[0].playbackRate=3
You can change the playbackRate to any value upto 16.
Hope this helps everyone!