当前位置:网站首页>Tips 1: Web video playback code
Tips 1: Web video playback code
2022-07-05 08:36:00 【A little brother who studies mathematical modeling】
Web page speed playback code :
Right click to check or press F12 Web console input
If it doesn't work, change the browser , There's no problem with the code !
document.querySelector('video').defaultPlaybackRate = 2.0;// Default double speed playback
document.querySelector('video').play();
/* now play three times as fast just for the heck of it */
document.querySelector('video').playbackRate = 3.0; // Modify this value to set the current playback multiple
边栏推荐
- [noi simulation] juice tree (tree DP)
- 696. Count binary substring
- MySQL之MHA高可用集群
- STM32 --- NVIC interrupt
- STM32 outputs 1PPS with adjustable phase
- Guess riddles (8)
- Charge pump boost principle - this article will give you a simple understanding
- Search data in geo database
- DCDC circuit - function of bootstrap capacitor
- go依赖注入--google开源库wire
猜你喜欢
Illustration of eight classic pointer written test questions
DCDC circuit - function of bootstrap capacitor
STM32 single chip microcomputer - external interrupt
Numpy 小坑:维度 (n, 1) 和 维度 (n, ) 数组相加运算后维度变为 (n, n)
An enterprise information integration system
One question per day - replace spaces
Charge pump boost principle - this article will give you a simple understanding
MySQL MHA high availability cluster
剑指 Offer 06. 从尾到头打印链表
猜谜语啦(11)
随机推荐
STM32 --- serial port communication
Bluebridge cup internet of things basic graphic tutorial - GPIO input key control LD5 on and off
Daily question - input a date and output the day of the year
Numpy 小坑:维度 (n, 1) 和 维度 (n, ) 数组相加运算后维度变为 (n, n)
实例005:三数排序 输入三个整数x,y,z,请把这三个数由小到大输出。
每日一题——输入一个日期,输出它是该年的第几天
319. Bulb switch
图解八道经典指针笔试题
leetcode - 445. Add two numbers II
[NAS1](2021CVPR)AttentiveNAS: Improving Neural Architecture Search via Attentive Sampling (未完)
QEMU demo makefile analysis
【三层架构】
One question per day - replace spaces
Example 009: pause output for one second
Business modeling of software model | vision
Go dependency injection -- Google open source library wire
Guess riddles (8)
Esp8266 interrupt configuration
Guess riddles (11)
U8g2 drawing