Enum MovieRecorderSettings.VideoRecorderOutputFormat
Available options for encoders to register the formats they support.
Namespace: UnityEditor.Recorder
Syntax
public enum VideoRecorderOutputFormat : int
Fields
Name | Description | Value |
---|---|---|
MP4 | Output the recording with the H.264 codec in an MP4 container. |
0 |
WebM | Output the recording with the VP9 codec in a WebM container. |
1 |
MOV | Output the recording with the ProRes codec in a MOV container. |
2 |