Specifies options for exporting video design blocks to various formats.
The UBQExportVideoOptions
interface provides a set of properties that control the
behavior and quality of the exported video content. These options include settings
for H.264 profile, level, framerate, video bitrate, audio bitrate, and resizing.
Methods for configuring export settings for video design blocks.
Properties#
Property | Type |
---|---|
h264Profile | number |
h264Level | number |
framerate | number |
videoBitrate | number |
audioBitrate | number |
useTargetSize | boolean |
targetWidth | number |
targetHeight | number |