w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
985 stars 136 forks source link

Add VideoEncoderConfig.contentHint #729

Closed Djuffin closed 11 months ago

Djuffin commented 11 months ago

A way to indicate type of content VideoEncoder should expect to see in coming frames.

Resolve https://github.com/w3c/webcodecs/issues/478


Preview | Diff

Djuffin commented 11 months ago

I added a note that content hint is overridden by any codec specific options like the one we have for AV1. I don't think there is any vagueness regarding rate control.

Djuffin commented 11 months ago

@padenot Paul, could you take a look?