Y
Hacker News
new
|
ask
|
show
|
jobs
by
dag11
3507 days ago
Is there an easy way to play a Vimeo video at 1/3 speed?
3 comments
danthejam
3507 days ago
Press F12 go to the console and type `document.querySelector('video').playbackRate=0.33;`
link
shalmanese
3507 days ago
I use the html5 video speed control extension in Chrome:
https://chrome.google.com/webstore/detail/html5-video-speed-...
Mainly to play Vimeo videos at 2x speed since Vimeo refuses to put the feature in the player.
link
Animats
3507 days ago
There are bookmarklets for Vimeo, and a Firefox add-on for controlling all HTML5 video speed.
link