Extension: omni.videoencoding-0.1.2 |
Documentation Generated: Sep 22, 2025 |
Settings#
Settings Provided by the Extension#
exts.”omni.videoencoding”.vui.videoFullRangeFlag#
Default Value: False
Description: Specifies whether to indicate a full video color range within the VUI metadata during encoding.
exts.”omni.videoencoding”.rcTargetQuality#
Default Value: 0
Description: Sets the target quality level for the rate control algorithm used in the encoding process.
exts.”omni.videoencoding”.rcMode#
Default Value: RC_VBR
Description: Defines the rate control mode, such as variable bitrate, to be used during video encoding.
exts.”omni.videoencoding”.profile#
Default Value: H264_PROFILE_HIGH
Description: Determines the H.264 encoding profile, ensuring compatibility and quality of the encoded video.
exts.”omni.videoencoding”.preset#
Default Value: PRESET_DEFAULT
Description: Chooses a preset configuration that influences encoding speed and compression efficiency.
exts.”omni.videoencoding”.maxEncodeHeight#
Default Value: 4096
Description: Specifies the maximum height allowed for the encoded video to maintain performance and quality standards.
exts.”omni.videoencoding”.maxEncodeWidth#
Default Value: 4096
Description: Sets the maximum width for video encoding, limiting the resolution to optimal dimensions.
exts.”omni.videoencoding”.iframeinterval#
Default Value: 60
Description: Determines the interval between I-frames (keyframes) in the encoded video stream, impacting compression and seekability.
exts.”omni.videoencoding”.framerate#
Default Value: 60.0
Description: Specifies the frame rate at which the video should be encoded, affecting smoothness and file size.
exts.”omni.videoencoding”.bitrate#
Default Value: 16777216
Description: Configures the target bitrate for the video encoder, balancing video quality and file size.