w3c / webcodecs

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

Per frame quantizer option for Av1. #659

Closed Djuffin closed 1 year ago

Djuffin commented 1 year ago

This value is used by VideoEncoder.encode() if VideoEncoder is configured with "quantizer" bitrate mode.

Follow up for: https://github.com/w3c/webcodecs/issues/270

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

aboba commented 1 year ago

LGTM.