unreal.SimpleVideoEncoderConfig

class unreal.SimpleVideoEncoderConfig(width: int = 0, height: int = 0, target_framerate: int = 0, target_bitrate: int = 0, max_bitrate: int = 0)

Bases: StructBase

Simple Video Encoder Config

C++ Source:

  • Plugin: AVCodecsCore

  • Module: AVCodecsCoreRHI

  • File: SimpleVideoEncoder.h

Editor Properties: (see get_editor_property/set_editor_property)

  • height (int32): [Read-Write]

  • max_bitrate (int32): [Read-Write]

  • target_bitrate (int32): [Read-Write]

  • target_framerate (int32): [Read-Write]

  • width (int32): [Read-Write]

property height: int

[Read-Write]

Type:

(int32)

property max_bitrate: int

[Read-Write]

Type:

(int32)

property target_bitrate: int

[Read-Write]

Type:

(int32)

property target_framerate: int

[Read-Write]

Type:

(int32)

property width: int

[Read-Write]

Type:

(int32)