vimeo speed controls code example
Example: vimeo playback speed
Create a bookmark with the following as the url
javascript: var v = document.querySelector('video'); var t = prompt('Set the playback rate'); v.playbackRate = parseFloat(t)
Create a bookmark with the following as the url
javascript: var v = document.querySelector('video'); var t = prompt('Set the playback rate'); v.playbackRate = parseFloat(t)