Ejemplo completo del elemento <video>

<video width="720" height="405"
  poster="poster.jpg"
  controls autoplay muted loop
  preload="metadata">
  <source src="video.mp4" type="video/mp4">
  <source src="video.webm" type="video/webm">
  Tu navegador no soporta vídeo en formato HTML5.
</video>
aspect_ratio
width/height
image
poster
slideshow
controls
play_arrow
autoplay
volume_off
muted
loop
loop
download
preload
source
source
Ejemplo completo de elemento video con múltiples atributos

sync_altInteracción entre atributos

check_circle
autoplay + muted: permite reproducción automática
check_circle
poster + autoplay: imagen visible antes de reproducir
check_circle
multiple sources: compatibilidad con navegadores
check_circle
controls + loop: control total del usuario