diff --git a/av1_codec_registration.src.html b/av1_codec_registration.src.html index 603cc474..02ca93b1 100644 --- a/av1_codec_registration.src.html +++ b/av1_codec_registration.src.html @@ -98,6 +98,7 @@ dictionary VideoEncoderEncodeOptionsForAv1 { unsigned short? quantizer; + boolean forceScreenContentTools = false; }; @@ -110,6 +111,19 @@ +
+
forceScreenContenttools
+
+ Indicates whether the encoder should force use of screen content + coding tools. The default value (false) indicates that use of + screen content coding tools is not forced. A value of true + (corresponding to setting seq_force_screen_content_tools + to SELECT_SCREEN_CONTENT_TOOLS in Section 5.5.1 + of [[AV1]]) indicates that use of screen content coding tools + is forced. +
+
+ Privacy Considerations {#privacy-considerations} ==========================================================================