たれぱんのびぼーろく

わたしの備忘録、生物学とプログラミングが多いかも

HTML5でのvideo(動画)まとめ

videoタグ

ほぼ全てのブラウザで対応.
http://caniuse.com/#feat=video

attributesで代表的なものは

  • src
  • loop
  • autoplay

例.

<video src="video1.mp4" > </video>

video要素 仕様書

https://html.spec.whatwg.org/multipage/embedded-content.html#the-video-element

動画フォーマット

色々もめてる模様