Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playback speed #37

Closed
koaning opened this issue Jul 6, 2020 · 5 comments
Closed

Playback speed #37

koaning opened this issue Jul 6, 2020 · 5 comments

Comments

@koaning
Copy link
Owner

koaning commented Jul 6, 2020

This is a way for me to measure if this is a feature folks really need. The upvotes can serve as a proxy.

@goretkin
Copy link

If the video were not embedded in an iframe, I'd be able to set it in the javascript console (or a bookmarklet) with

var v = document.querySelector('video');
v.playbackRate = 1.5;

But this doesn't work:
image

related:
https://stackoverflow.com/q/60133095/415404

@paw-lu
Copy link

paw-lu commented Dec 14, 2020

Just as an FYI to those that come across this, using Video Speed Controller on Chrome allows for speeding up Vimeo videos.

Have been using it since the beginning to watch videos on calmcode quickly.

@ahmedhindi
Copy link

ahmedhindi commented Dec 14, 2020 via email

@koaning
Copy link
Owner Author

koaning commented Jan 8, 2021

@paw-lu that's a cool tip. I'll make a mental note to add this info to the FAQ.

@koaning
Copy link
Owner Author

koaning commented Jan 12, 2022

Fixed!

@koaning koaning closed this as completed Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants