This is the official AOM repository for the development of the specification for the use of AV1 and HDR10+.
A set of files used to verify the conformance to the specification can be found in conformance directory. This directory includes both, valid and invalid files. The validation tool ComplianceWarden AOM AV1 HDR10+ can be used to validate conformance of your files to this specification.
This specification is written using Bikeshed.
The main file is called index.bs
and is used by the Bikeshed tool to generate index.html
, which is then published via GitHub Pages.
If you have modifications to make (e.g. in pull requests), change the index.bs
file. Then, run Bikeshed to produce the HTML file and verify your changes.
Bikeshed can be run locally on your machine after installation:
bikeshed spec
Or executed remotely e.g.:
curl https://api.csswg.org/bikeshed/ -F [email protected] -F force=1 > index.html
See the Bikeshed Documentation for more details.