unreal.AppleProResEncoderCodec

class unreal.AppleProResEncoderCodec

Bases: unreal.EnumBase

EApple Pro Res Encoder Codec

C++ Source:

  • Plugin: AppleProResMedia

  • Module: AppleProResMedia

  • File: AppleProResEncoder.h

PRO_RES_422

High Quality Compression for 422 RGB Sources. Approximately 150mbps :

Type

2

PRO_RES_422HQ

A higher bit-rate version of Apple ProRes 422. Approximately 225mbps :

Type

3

PRO_RES_422LT

High compression. Approximately 100mbps :

Type

1

PRO_RES_422_PROXY

Highest Compression. Approximately 45mbps :

Type

0

PRO_RES_4444

Extremely high quality and supports alpha channels. Can support both RGB and YCbCr formats. Very large file size. Approximately 330mbps :

Type

4

PRO_RES_4444XQ

Highest quality storage with support for alpha channel with up to 12 bits precision for RGB and 16 bits for Alpha. Extremely large file size. Approximately 500mbps :

Type

5