VideoSpatialQuality
Controls the imported clip's internal resize to save space at the cost of blurrier images.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum VideoSpatialQuality
Remarks
The resulting clip will still store its original size but the encoded images will use smaller images. This provides an alternative way of reducing the bitrate without introducing codec artifacts.
Fields
Value | Description |
|---|---|
| HighSpatialQuality | No resize performed. |
| LowSpatialQuality | Scales width and height by 1/2. |
| MediumSpatialQuality | Scales width and height by 3/4. |