VideoEncoderStartupParams#

class gs_nyx.nyx_py_video_encoder.VideoEncoderStartupParams#

Bases: object

Parameters passed to GPUVideoEncoder.startup.

Constructors

VideoEncoderStartupParams()

Construct VideoEncoderStartupParams with default values.

Attributes

bitrate

Target bitrate in bits per second.

cudaDevice

Index of the CUDA device the encoder should use.

frameHeight

Encoded frame height in pixels.

frameRate

Target frame rate in frames per second.

frameWidth

Encoded frame width in pixels.

gopSize

number of frames between IDR keyframes.