Example of video usage of AV1 code for web

PHOTO EMBED

Thu May 27 2021 16:45:45 GMT+0000 (Coordinated Universal Time)

Saved by @brunomgmateus #html

<video autoplay muted playsinline loop>
    <source src="path-to-AV1.mp4" type="video/mp4; codecs=av01.0.05M.08">
    <source src="path-to-VP9.webm" type="video/webm; codecs=vp9">
    <source src="path-to-H264.mp4" type="video/mp4">
    This message is displayed when none are supported
</video>
content_copyCOPY

https://www.reddit.com/r/AV1/comments/kw504b/auto_detect_browser_type_and_browser_video/