Earlier quoted context omitted.
I worked in television for a number of years in a technical behind-the-scenes capacity where I would have to flick switches and hit buttons on audio/scripted cues. Sometimes this would take me from the script for what I felt was a long time and I would always struggle to get back to where we were in the script. 'Surely we must have gone through two pages of this double spaced script that only uses one half of the pag…
Television is always slow paced, because it has to be comprehensible to people with a wide variety of language skills. Youtube, and most other video player software, has a speed setting with pitch correction. I watch everything at 1.5x speed which brings standard TV slow pacing up to natural fast-paced conversation speed. The majority of people here should have no problems understanding 1.5x speed. I don't watch live…
Other elements can be sped up entering this into the javascript console:
document.querySelector('video').playbackRate = 2
(There are also browser extensions that can do the same thing.)