Watching video's at 16X speed?

Joined
Aug 11, 2024
Messages
1
Reaction score
0
So I was watching this https://youtu.be/29_0_wNR7yY and the TL;DR of it is that watching video's at .25X speed can boost viewer retention by 4 times

And that's all cool but in the video's comments a commenter said that you can use console commands to slow the video down to just 0.1 speed

So, I try the command out and no surprise it works
Code:
$('video').playbackRate = 0.1;

So then i try boosting the speed to its max whis is 16X speed
Code:
$('video').playbackRate = 16;

And wow it's so fast that my so-so internet starts buffing the video even at 480p XD

But what I was wandering was if I make a lot of bot accounts and I make them watch a random video will that video's average viewer retention go down?

Thank for the answers!
- The O'hare delivery guy
 
Back
Top