| HTML5 player needs 1.25x speed. | bbbb112 | 3/17/12 5:25 PM | It's very nice that http://www.youtube.com/html5 allows to change video speed. Hover on 1.5x is hard to listen speech. 1.25x usually very popular option of educational content. |
| Re: HTML5 player needs 1.25x speed. | szimek | 3/31/12 9:05 AM | +1 |
| Re: HTML5 player needs 1.25x speed. | szimek | 7/21/12 2:32 AM | For future reference: on YouTube page with HTML5 video in JS console type: document.getElementsByTagName("video")[0].playbackRate = 1.25 to change the playback rate. |
| Re: HTML5 player needs 1.25x speed. | conighion | 8/5/12 4:10 AM | Szimek can you be more specific on how to do this? Thank you in Advance! |
| Re: HTML5 player needs 1.25x speed. | szimek | 8/5/12 4:22 AM | When you're on a YouTube page turn on Developer Tools console - you can do it by pressing "Command - Option - J" on Mac or "Control - Shift - J" on Windows/Linux. Then just paste: |
| Re: HTML5 player needs 1.25x speed. | conighion | 8/5/12 4:38 AM | Thank you for a such quick response!!!!! works great! |
| Re: HTML5 player needs 1.25x speed. | dpassero | 8/16/12 9:57 PM | That is great!!! Thank you!!! I just posted a request for 0.75 speed, it works. Hope it will be implemented in the official version. |
| Re: HTML5 player needs 1.25x speed. | Enjeru | 10/18/12 1:02 AM | Is there a way to do this when the YouTube player is embedded such as the ones found on http://udacity.com? |
| Re: HTML5 player needs 1.25x speed. | szimek | 10/18/12 1:25 AM | Yup, but you need to do one more thing first. On Udacity pages the video player is in an iframe. So after you open Developer Tools console, you have to change the current frame. Here's how to do it: At the bottom of Developer Tools console there a |
| Re: HTML5 player needs 1.25x speed. | Enjeru | 10/18/12 2:34 AM | Thanks! |
| Re: HTML5 player needs 1.25x speed. | m1relg | 5/3/13 1:40 AM | <This message has been deleted.> |
| Re: HTML5 player needs 1.25x speed. | m1relg | 5/3/13 1:45 AM | I would like to listen at x1.75 speed, so perhaps continuous speed slider would be better solution? |