Revision Difference
Structures/VideoData#517029
<cat>struct</cat>
<structure>
<description>Table used by <page>video.Record</page>.</description>
<fields>
{{StructureField|string|container|The video container format.
<item name="container" type="string">The video container format.
⤶
⤶
⤶
**Valid options are:** webm, ogg</item>⤶
<item name="video" type="string">The video codec.⤶
⤶
⤶
⤶
**Valid options are:** vp8, theora</item>⤶
<item name="audio" type="string">The audio codec.⤶
**Valid options are:** webm, ogg⤶
**Valid options are:** vorbis</item>⤶
<item name="quality" type="number">The video quality</item>⤶
<item name="bitrate" type="number">The record bitrate</item>⤶
<item name="fps" type="number">Frames per second</item>⤶
<item name="lockfps" type="boolean">Lock the frame count per second</item>⤶
<item name="name" type="string">The file name for the video</item>⤶
<item name="width" type="number">The videos width</item>⤶
<item name="height" type="number">The videos height</item>⤶
</fields>
</structure>
{{StructureField|string|video|The video codec.⤶
⤶
⤶
⤶
**Valid options are:** vp8, theora}}{{StructureField|string|audio|The audio codec.⤶
⤶
⤶
⤶
**Valid options are:** vorbis}}{{StructureField|number|quality|The video quality}}{{StructureField|number|bitrate|The record bitrate}}{{StructureField|number|fps|Frames per second}}{{StructureField|boolean|lockfps|Lock the frame count per second}}{{StructureField|string|name|The file name for the video}}{{StructureField|number|width|The videos width}}{{StructureField|number|height|The videos height}}⤶
}}