Next-Gen App & Browser
Testing Cloud

Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles

Next-Gen App & Browser Testing Cloud

AV1 video format

Last updated on : 2023-03-20

Note:
AV1 video format shows a browser compatibility score of 58. This is a collective score out of 100 to represent browser support of a web technology. The higher this score is, the greater is the browser compatibility. The browser compatibility score is not a 100% reflection for every browser and the web technology support. However, it does give you an estimate on how much you should rely on a particular web technology in terms of browser compatibility.

Overview

A royalty-free video format by the Alliance for Open Media, AV1 AOMedia Video 1 is intended as a successor to its predecessor VP9 and a competitor to the outgoing H.265 format.

Code snippets

Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Av1Api.html

Source:Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Av1Api.html Github

copy

Full Screen

...202</div>203  <div class="markdown level1 conceptual"></div>204  <h5 class="decalaration">Declaration</h5>205  <div class="codewrapper">206    <pre><code class="lang-csharp hljs">public Task&lt;Av1VideoConfiguration&gt; CreateAsync(Av1VideoConfiguration av1VideoConfiguration)</code></pre>207  </div>208  <h5 class="parameters">Parameters</h5>209  <table class="table table-bordered table-striped table-condensed">210    <thead>211      <tr>212        <th>Type</th>213        <th>Name</th>214        <th>Description</th>215      </tr>216    </thead>217    <tbody>218      <tr>219        <td><a class="xref" href="Bitmovin.Api.Sdk.Models.Av1VideoConfiguration.html">Av1VideoConfiguration</a></td>220        <td><span class="parametername">av1VideoConfiguration</span></td>221        <td><p>The AV1 Codec Configuration to be created</p>222</td>223      </tr>224    </tbody>225  </table>226  <h5 class="returns">Returns</h5>227  <table class="table table-bordered table-striped table-condensed">228    <thead>229      <tr>230        <th>Type</th>231        <th>Description</th>232      </tr>233    </thead>234    <tbody>
...

Full Screen

Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Customdata.CustomdataApi.html

Source:Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Customdata.CustomdataApi.html Github

copy

Full Screen

1<!DOCTYPE html>2<!--[if IE]><![endif]-->3<html>4  5  <head>6    <meta charset="utf-8">7    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">8    <title>Class CustomdataApi9   | Bitmovin C# API SDK Documentation </title>10    <meta name="viewport" content="width=device-width">11    <meta name="title" content="Class CustomdataApi12   | Bitmovin C# API SDK Documentation ">13    <meta name="generator" content="docfx 2.49.0.0">14    15    <link rel="shortcut icon" href="../favicon.ico">16    <link rel="stylesheet" href="../styles/docfx.vendor.css">17    <link rel="stylesheet" href="../styles/docfx.css">18    <link rel="stylesheet" href="../styles/main.css">19    <meta property="docfx:navrel" content="../toc.html">20    <meta property="docfx:tocrel" content="toc.html">21    22    23    24  </head>25  <body data-spy="scroll" data-target="#affix" data-offset="120">26    <div id="wrapper">27      <header>28        29        <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">30          <div class="container">31            <div class="navbar-header">32              <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">33                <span class="sr-only">Toggle navigation</span>34                <span class="icon-bar"></span>35                <span class="icon-bar"></span>36                <span class="icon-bar"></span>37              </button>38              39              <a class="navbar-brand" href="../index.html">40                <img id="logo" class="svg" src="../logo.svg" alt="">41              </a>42            </div>43            <div class="collapse navbar-collapse" id="navbar">44              <form class="navbar-form navbar-right" role="search" id="search">45                <div class="form-group">46                  <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">47                </div>48              </form>49            </div>50          </div>51        </nav>52        53        <div class="subnav navbar navbar-default">54          <div class="container hide-when-search" id="breadcrumb">55            <ul class="breadcrumb">56              <li></li>57            </ul>58          </div>59        </div>60      </header>61      <div role="main" class="container body-content hide-when-search">62        63        <div class="sidenav hide-when-search">64          <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>65          <div class="sidetoggle collapse" id="sidetoggle">66            <div id="sidetoc"></div>67          </div>68        </div>69        <div class="article row grid-right">70          <div class="col-md-10">71            <article class="content wrap" id="_content" data-uid="Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Customdata.CustomdataApi">72  73  74  <h1 id="Bitmovin_Api_Sdk_Encoding_Configurations_Video_Av1_Customdata_CustomdataApi" data-uid="Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Customdata.CustomdataApi" class="text-break">Class CustomdataApi75  </h1>76  <div class="markdown level0 summary"></div>77  <div class="markdown level0 conceptual"></div>78  <div class="inheritance">79    <h5>Inheritance</h5>80    <div class="level0"><span class="xref">System.Object</span></div>81    <div class="level1"><span class="xref">CustomdataApi</span></div>82  </div>83  <div class="inheritedMembers">84    <h5>Inherited Members</h5>85    <div>86      <span class="xref">System.Object.ToString()</span>87    </div>88    <div>89      <span class="xref">System.Object.Equals(System.Object)</span>90    </div>91    <div>92      <span class="xref">System.Object.Equals(System.Object, System.Object)</span>93    </div>94    <div>95      <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>96    </div>97    <div>98      <span class="xref">System.Object.GetHashCode()</span>99    </div>100    <div>101      <span class="xref">System.Object.GetType()</span>102    </div>103    <div>104      <span class="xref">System.Object.MemberwiseClone()</span>105    </div>106  </div>107  <h6><strong>Namespace</strong>: <a class="xref" href="Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Customdata.html">Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Customdata</a></h6>108  <h6><strong>Assembly</strong>: Bitmovin.Api.Sdk.dll</h6>109  <h5 id="Bitmovin_Api_Sdk_Encoding_Configurations_Video_Av1_Customdata_CustomdataApi_syntax">Syntax</h5>110  <div class="codewrapper">111    <pre><code class="lang-csharp hljs">public class CustomdataApi</code></pre>112  </div>113  <h3 id="constructors">Constructors114  </h3>115  116  117  <a id="Bitmovin_Api_Sdk_Encoding_Configurations_Video_Av1_Customdata_CustomdataApi__ctor_" data-uid="Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Customdata.CustomdataApi.#ctor*"></a>118  <h4 id="Bitmovin_Api_Sdk_Encoding_Configurations_Video_Av1_Customdata_CustomdataApi__ctor_Bitmovin_Api_Sdk_Common_IBitmovinApiClientFactory_" data-uid="Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Customdata.CustomdataApi.#ctor(Bitmovin.Api.Sdk.Common.IBitmovinApiClientFactory)">CustomdataApi(IBitmovinApiClientFactory)</h4>119  <div class="markdown level1 summary"></div>120  <div class="markdown level1 conceptual"></div>121  <h5 class="decalaration">Declaration</h5>122  <div class="codewrapper">123    <pre><code class="lang-csharp hljs">public CustomdataApi(IBitmovinApiClientFactory apiClientFactory)</code></pre>124  </div>125  <h5 class="parameters">Parameters</h5>126  <table class="table table-bordered table-striped table-condensed">127    <thead>128      <tr>129        <th>Type</th>130        <th>Name</th>131        <th>Description</th>132      </tr>133    </thead>134    <tbody>135      <tr>136        <td><a class="xref" href="Bitmovin.Api.Sdk.Common.IBitmovinApiClientFactory.html">IBitmovinApiClientFactory</a></td>137        <td><span class="parametername">apiClientFactory</span></td>138        <td></td>139      </tr>140    </tbody>141  </table>142  <h3 id="properties">Properties143  </h3>144  145  146  <a id="Bitmovin_Api_Sdk_Encoding_Configurations_Video_Av1_Customdata_CustomdataApi_Builder_" data-uid="Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Customdata.CustomdataApi.Builder*"></a>147  <h4 id="Bitmovin_Api_Sdk_Encoding_Configurations_Video_Av1_Customdata_CustomdataApi_Builder" data-uid="Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Customdata.CustomdataApi.Builder">Builder</h4>148  <div class="markdown level1 summary"><p>Fluent builder for creating an instance of CustomdataApi</p>149</div>150  <div class="markdown level1 conceptual"></div>151  <h5 class="decalaration">Declaration</h5>152  <div class="codewrapper">153    <pre><code class="lang-csharp hljs">public static BitmovinApiBuilder&lt;CustomdataApi&gt; Builder { get; }</code></pre>154  </div>155  <h5 class="propertyValue">Property Value</h5>156  <table class="table table-bordered table-striped table-condensed">157    <thead>158      <tr>159        <th>Type</th>160        <th>Description</th>161      </tr>162    </thead>163    <tbody>164      <tr>165        <td><a class="xref" href="Bitmovin.Api.Sdk.Common.BitmovinApiBuilder-1.html">BitmovinApiBuilder</a>&lt;<a class="xref" href="Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Customdata.CustomdataApi.html">CustomdataApi</a>&gt;</td>166        <td></td>167      </tr>168    </tbody>169  </table>170  <h3 id="methods">Methods171  </h3>172  173  174  <a id="Bitmovin_Api_Sdk_Encoding_Configurations_Video_Av1_Customdata_CustomdataApi_GetAsync_" data-uid="Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Customdata.CustomdataApi.GetAsync*"></a>175  <h4 id="Bitmovin_Api_Sdk_Encoding_Configurations_Video_Av1_Customdata_CustomdataApi_GetAsync_System_String_" data-uid="Bitmovin.Api.Sdk.Encoding.Configurations.Video.Av1.Customdata.CustomdataApi.GetAsync(System.String)">GetAsync(String)</h4>176  <div class="markdown level1 summary"><p>AV1 Codec Configuration Custom Data</p>177</div>178  <div class="markdown level1 conceptual"></div>179  <h5 class="decalaration">Declaration</h5>180  <div class="codewrapper">181    <pre><code class="lang-csharp hljs">public Task&lt;CustomData&gt; GetAsync(string configurationId)</code></pre>182  </div>183  <h5 class="parameters">Parameters</h5>184  <table class="table table-bordered table-striped table-condensed">185    <thead>186      <tr>187        <th>Type</th>188        <th>Name</th>189        <th>Description</th>190      </tr>191    </thead>192    <tbody>193      <tr>194        <td><span class="xref">System.String</span></td>195        <td><span class="parametername">configurationId</span></td>196        <td><p>Id of the codec configuration (required)</p>197</td>198      </tr>199    </tbody>200  </table>201  <h5 class="returns">Returns</h5>202  <table class="table table-bordered table-striped table-condensed">203    <thead>204      <tr>205        <th>Type</th>206        <th>Description</th>207      </tr>208    </thead>209    <tbody>210      <tr>211        <td><span class="xref">System.Threading.Tasks.Task</span>&lt;<a class="xref" href="Bitmovin.Api.Sdk.Models.CustomData.html">CustomData</a>&gt;</td>212        <td></td>213      </tr>214    </tbody>215  </table>216</article>217          </div>218          219          <div class="hidden-sm col-md-2" role="complementary">220            <div class="sideaffix">221              <div class="contribution">222                <ul class="nav">223                </ul>224              </div>225              <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">226              <!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->227              </nav>228            </div>229          </div>230        </div>231      </div>232      233      <footer>234        <div class="grad-bottom"></div>235        <div class="footer">236          <div class="container">237            <span class="pull-right">238              <a href="#top">Back to top</a>239            </span>240            241            <span>Generated by <strong>DocFX</strong></span>242          </div>243        </div>244      </footer>245    </div>246    247    <script type="text/javascript" src="../styles/docfx.vendor.js"></script>248    <script type="text/javascript" src="../styles/docfx.js"></script>249    <script type="text/javascript" src="../styles/main.js"></script>250  </body>
...

Full Screen

mediadoaluno.html

Source:mediadoaluno.html Github

copy

Full Screen

...8        while (nome == '1' && nome == '2' && nome == '3' && nome == '4' && nome != '5' && nome == '6' && nome == '7'9            && nome == '8' && nome == '9' && nome == '0' && nome == '10') {1011            alert("Digite um nome valido!!!");12            var av1 = prompt("Informe o nome novamente:");13        }1415        var av1 = prompt("Informe a nota da AV1:");16      1718        while (av1 != '1' && av1 != '2' && av1 != '3' && av1 != '4' && av1 != '5' && av1 != '6' && av1 != '7'19            && av1 != '8' && av1 != '9' && av1 != '0' && av1 != '10') {2021            alert("Digite um valor valido!!!");22            var av1 = prompt("Informe a nota da AV1 novamente:");23        }242526var av2 = prompt("Informe a nota da AV2:");2728while (av2 != '1' && av2 != '2' && av2 != '3' && av2 != '4' && av2 != '5' && av2 != '6' && av2 != '7'29            && av2 != '8' && av2 != '9' && av2 != '0' && av2 != '10') {3031            alert("Digite um valor valido!!!");32            var av2 = prompt("Informe a nota da AV2 novamente:");33        }3435        av1 = parseInt(av1);36        av2 = parseInt(av2);3738var mediaResultado = (av1 + av2)/2;394041    if(mediaResultado >= 6){42        alert("UAU!! FOI APROVADO COM MEDIA " +mediaResultado);43    }44    else(45        alert("SINTO MUITO.. FOI REPROVADO, PRECISA FAZER AV3 " +nome)46    );47 4849    </script>50</body>5152</html>

Full Screen

Browser Compatibility

  • AV1 video format on IE is fully supported on None of the versions, partially supported on None of the versions, and not supported on 5.5-11 IE versions.
  • AV1 video format on Edge is fully supported on 79-103, partially supported on None of the versions, and not supported on 12-111 Edge versions.
  • AV1 video format on Firefox is fully supported on 67-113, partially supported on 65-66, and not supported on 2-64 Firefox versions.
  • AV1 video format on Chrome is fully supported on 70-114, partially supported on None of the versions, and not supported on 4-69 Chrome versions.
  • AV1 video format on Safari is fully supported on None of the versions, partially supported on None of the versions, and not supported on 3.2-16.4 Safari versions.
  • AV1 video format on Opera is fully supported on 57-95, partially supported on None of the versions, and not supported on 9.5-56 Opera versions.
  • AV1 video format on Safari on iOS is fully supported on None of the versions, partially supported on None of the versions, and not supported on 3.2-16.4 Safari on iOS versions.
  • AV1 video format on Android Browser is fully supported on 97-111, partially supported on None of the versions, and not supported on 2.1-4 Android Browser versions.
  • AV1 video format on Opera Mobile is fully supported on 64-73, partially supported on None of the versions, and not supported on 10-12 Opera Mobile versions.
  • AV1 video format on Chrome for Android is fully supported on 97-111, partially supported on None of the versions, and not supported on below 97 Chrome for Android versions.
  • AV1 video format on Firefox for Android is fully supported on None of the versions, partially supported on None of the versions, and not supported on 95-110 Firefox for Android versions.
  • AV1 video format on Samsung Internet is fully supported on 12-20, partially supported on None of the versions, and not supported on 4-11.1 Samsung Internet versions.
58
Mediumtooltip

Browser Compatibility Score

Chrome IE
Low

Browser Support For IE Versions

-
Fully
-
Partially
5.5-11
No Support
Chrome Edge
Low

Browser Support For Edge Versions

79-103
Fully
-
Partially
12-111
No Support
Chrome Firefox
High

Browser Support For Firefox Versions

67-113
Fully
65-66
Partially
2-64
No Support
Chrome Chrome
High

Browser Support For Chrome Versions

70-114
Fully
-
Partially
4-69
No Support
Chrome Safari
Low

Browser Support For Safari Versions

-
Fully
-
Partially
3.2-16.4
No Support
Chrome Opera
High

Browser Support For Opera Versions

57-95
Fully
-
Partially
9.5-56
No Support
Chrome Safari on iOS
Low

Browser Support For Safari on iOS Versions

-
Fully
-
Partially
3.2-16.4
No Support
Chrome Android Browser
High

Browser Support For Android Browser Versions

97-111
Fully
-
Partially
2.1-4
No Support
Chrome Opera Mobile
High

Browser Support For Opera Mobile Versions

64-73
Fully
-
Partially
10-12
No Support
Chrome Chrome for Android
High

Browser Support For Chrome for Android Versions

97-111
Fully
-
Partially
-
No Support
Chrome Firefox for Android
Low

Browser Support For Firefox for Android Versions

-
Fully
-
Partially
95-110
No Support
Chrome Samsung Internet
High

Browser Support For Samsung Internet Versions

12-20
Fully
-
Partially
4-11.1
No Support

Debug webpages on the go with LT Debug Chrome extension.

Add to Chrome
LT Browser

Test your website on 3000+ browsers

Test your website on 3000+ real browsers and operating systems for mobile and desktop with the LambdaTest cloud. Perform browser compatibility test for AV1 video format and many more web technologies that are a part of your website or web-application.

Last Modified date

2023-03-20

Browser Support for AV1 video format

References


Data sourced from

Debug webpages on the go with LT Debug Chrome extension.

Add to Chrome
LT Browser

Debug Your Mobile Websites Faster With LT Browser!

Harness the power of Chromium-based engine to deliver responsive websites and web apps.

Try for free...
Join

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful

LambdaTestX

We use cookies to give you the best experience. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. Learn More in our Cookies policy, Privacy & Terms of service

Allow Cookie