-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Labels
CR BlockingNeeds to resolved for Candidate RecommendationNeeds to resolved for Candidate RecommendationbreakingInterface changes that would break current usage (producing errors or undesired behavior).Interface changes that would break current usage (producing errors or undesired behavior).
Description
The AV1 spec use quantizer range 0-255. (It's called QIndex there, hence the confusion)
libaom exposes quantizer range 0-63.
We don't want to lock in on a single implementation and need to adhere to the spec.
We'll need to change the av1 entry in the webcodecs registry.
Safari and FireFox don't support quantizer
bitrate mode yet.
The implementation in Chromium will need to be fixed.
Metadata
Metadata
Assignees
Labels
CR BlockingNeeds to resolved for Candidate RecommendationNeeds to resolved for Candidate RecommendationbreakingInterface changes that would break current usage (producing errors or undesired behavior).Interface changes that would break current usage (producing errors or undesired behavior).