Enum MovieRecorderSettings.VideoRecorderOutputFormat
Available options for encoders to register the formats they support.
Namespace: UnityEditor.Recorder
Assembly: Unity.Recorder.Editor.dll
Syntax
[Obsolete("Please use the EncoderSettings API to access the format/codec of each Encoder.")]
public enum MovieRecorderSettings.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. |