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 1920x1080@30fps:
- Type
2
- PRO_RES_422HQ¶
A higher bit-rate version of Apple ProRes 422. Approximately 225mbps 1920x1080@30fps:
- Type
3
- PRO_RES_422LT¶
High compression. Approximately 100mbps 1920x1080@30fps:
- Type
1
- PRO_RES_422_PROXY¶
Highest Compression. Approximately 45mbps 1920x1080@30fps:
- 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 1920x1080@30fps:
- 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 1920x1080@30fps:
- Type
5