Skip to content

Commit

Permalink
Enable configuration of AV1 screen content coding tools
Browse files Browse the repository at this point in the history
Fixes #646

Rebase of #652
  • Loading branch information
aboba committed Apr 11, 2023
1 parent 2da7339 commit 29f1a8a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions av1_codec_registration.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<xmp>
dictionary VideoEncoderEncodeOptionsForAv1 {
unsigned short? quantizer;
boolean forceScreenContentTools = false;
};
</xmp>
</pre>
Expand All @@ -110,6 +111,19 @@
</dd>
</dl>

<dl>
<dt><dfn dict-member for=VideoEncoderEncodeOptionsForAv1>forceScreenContenttools</dfn></dt>
<dd>
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.
</dd>
</dl>

Privacy Considerations {#privacy-considerations}
==========================================================================

Expand Down

0 comments on commit 29f1a8a

Please sign in to comment.