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