Set Video Playback Speed with JavaScript

1 · David Walsh · July 2, 2019, 2:20 p.m.
I love that media has moved from custom plugins (Flash…gross) to basic HTML <video> and <audio> elements. Treating these media sources as just another element allows us to use CSS filters to adjust display, for example. The less we need to do with ffmpeg or plugins, the better. I’ve been noticing that many video sites […] The post Set Video Playback Speed with JavaScript appeared first on David Walsh Blog. ...