AOMediaCodec / av1-hdr10plus

Official AOM repository for the development of the specification for the use of AV1 and HDR10+.
https://aomediacodec.github.io/av1-hdr10plus/
16 stars 6 forks source link

AV1 and HDR10+

This is the official AOM repository for the development of the specification for the use of AV1 and HDR10+.

Conformance

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.

Specification development

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 file=@index.bs -F force=1 > index.html

See the Bikeshed Documentation for more details.