AV1 Test Files

  • Test Files
  • Play AV1
  • Create AV1
  • Embed AV1

Embedded AV1 Video

You can insert Video Files encoded in AV1 and h264 into your website easily. See this HTML-Code for embedded video and test your browser with the examples below.


HTML5 Code Sample for WebM Videos
<video width="123" height="123" controls >
<source src="thefilename.webm" type='video/webm; codecs="av1, ogg"'>
</video>


You may need to add the WebM MIME type to your webserver configuration, e.g. by adding the following line to the servers .htaccess file:

AddType video/webm .webm

  1. Embedded AV1/webm Video

    19th Jan 2020
    By AV1

    Most modern browsers support the AV1 format already!

  2. Embedded MP4/h264 Video

    19th Jan 2020
    By h264

    The h264 Format should be supported by Chrome and Firefox.

© 2025 AV1 Files