YouTube video at custom speed

How can you track anyone with 4x, 8x or any other custom do you want to play?

The settings window at video player σάς επιτρέπει να αλλάξετε γρήγορα την προεπιλεγμένη ταχύτητα αναπαραγωγής του τρέχοντος βίντεο. Μπορείτε να φτάσετε έως και στα 2x που θα αναπαράγει το βίντεο με διπλάσια από την κανονική ταχύτητα. Το χαμηλότερο όριο είναι 0,25 που θα επιβραδύνει το βίντεο στο ένα τέταρτο της αρχικής του ταχύτητας.

YouTube allows you to play videos at 2x the original speed, but what if you want to speed up and watch videos even faster, say 4x or 10x faster than normal?

That's where its Developer Tools can help .

Open any YouTube video with Google Chrome and launch the JavaScript console from the Chrome menu bar (three bars on the top right). In the Tools menu, select Developer and select a console from the submenu.

In the console click on the clear console

In the JavaScript console window, type the following command and it will immediately change the playback speed of the current video to 10x the normal speed. If you are copying - pasting, press enter.

$ ('video'). playbackRate = 10;

If you want to slow down the video, try a value less than 1:

$ ('video'). playbackRate = 0.125;

You can set the playback speed to any value between 0,0625 and 16. This is the allowed media playback range in Chrome.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.100 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).