File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575contain a frame with a `frame_type` of `KEY_FRAME` as defined in Section
76766.8.2 of [[AV1]].
7777
78- VideoEncoderConfig extensions {#videoencoderconfig-extensions}
79- ==============================================================
80-
81- < pre class ='idl '>
82- < xmp >
83- partial dictionary VideoEncoderConfig {
84- AV1EncoderConfig av1;
85- };
86- </ xmp >
87- </ pre >
88-
89- < dl >
90- < dt > < dfn dict-member for =VideoEncoderConfig > av1</ dfn > </ dt >
91- < dd >
92- Contains codec specific configuration options for the AV1 codec.
93- </ dd >
94- </ dl >
95-
96- AV1EncoderConfig {#av1-encoder-config}
97- --------------------------------------
98- < pre class ='idl '>
99- < xmp >
100- dictionary AV1EncoderConfig {
101- boolean forceScreenContentTools = false;
102- };
103- </ xmp >
104- </ pre >
105-
106- < dl >
107- < dt > < dfn dict-member for =AV1EncoderConfig > forceScreenContentTools</ dfn > </ dt >
108- < dd >
109- Indicates whether the encoder should force use of screen content
110- coding tools. The default value (false) indicates that use of
111- screen content coding tools is not forced. A value of true
112- (corresponding to setting seq_force_screen_content_tools
113- to SELECT_SCREEN_CONTENT_TOOLS in Section 5.5.1
114- of [[AV1]]) indicates that use of screen content coding tools
115- is forced.
116- </ dd >
117- </ dl >
118-
11978VideoEncoderEncodeOptions extensions {#videoencoderencodeoptions-extensions}
12079==============================================================
12180
You can’t perform that action at this time.
0 commit comments