Enum ProResEncoderSettings.OutputFormat
The output format of the ProRes encoder.
Namespace: UnityEditor.Recorder.Encoder
Assembly: Unity.Recorder.Editor.dll
Syntax
public enum ProResEncoderSettings.OutputFormat
Fields
Name | Description |
---|---|
ProRes422 | The 422 ProRes codec format, identified by four-character code apcn. |
ProRes422HQ | The 422 HQ ProRes codec format, identified by four-character code apch. |
ProRes422LT | The 422 LT ProRes codec format, identified by four-character code apcs. |
ProRes422Proxy | The 422 Proxy ProRes codec format, identified by four-character code apco. |
ProRes4444 | The 4444 ProRes codec format, identified by four-character code ap4h. |
ProRes4444XQ | The 4444 XQ ProRes codec format, identified by four-character code ap4x. |