Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Enable configuration of AV1 screen content coding tools
Fixes #646

Rebase of #652
  • Loading branch information
aboba authored Apr 11, 2023
commit 29f1a8a165c2a16dc9a0b7180bd23c5ac2f07215
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