Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- maVen
- VirtualBox
- netsh
- plugin
- resource
- xargs
- 단축키
- Windows 10
- 네트워크
- profile
- import
- port
- lsof
- 줄바꿈 문자
- IntelliJ
- Mac
- web.xml
- JavaScript
- find
- bash
- Quartz
- grep
- tomcat
- Windows
- GIT
- context
- vscode
- Eclipse
- ssh
- Source
Archives
- Today
- Total
develog
html video 배속 조정, playbackRate 본문
브라우저 개발자 도구를 열고 console 창에서 실행한다
// 현재 배속 확인
document.getElementsByTagName('video')[0].playbackRate
// 배속 변경
document.getElementsByTagName('video')[0].playbackRate=1.6
Comments