Skip to content

Commit 29f1a8a

Browse files
authored
Enable configuration of AV1 screen content coding tools
Fixes #646 Rebase of #652
1 parent 2da7339 commit 29f1a8a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

av1_codec_registration.src.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
<xmp>
9999
dictionary VideoEncoderEncodeOptionsForAv1 {
100100
unsigned short? quantizer;
101+
boolean forceScreenContentTools = false;
101102
};
102103
</xmp>
103104
</pre>
@@ -110,6 +111,19 @@
110111
</dd>
111112
</dl>
112113

114+
<dl>
115+
<dt><dfn dict-member for=VideoEncoderEncodeOptionsForAv1>forceScreenContenttools</dfn></dt>
116+
<dd>
117+
Indicates whether the encoder should force use of screen content
118+
coding tools. The default value (false) indicates that use of
119+
screen content coding tools is not forced. A value of true
120+
(corresponding to setting seq_force_screen_content_tools
121+
to SELECT_SCREEN_CONTENT_TOOLS in Section 5.5.1
122+
of [[AV1]]) indicates that use of screen content coding tools
123+
is forced.
124+
</dd>
125+
</dl>
126+
113127
Privacy Considerations {#privacy-considerations}
114128
==========================================================================
115129

0 commit comments

Comments
 (0)