Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

HighSpatialQualityNo resize performed.
LowSpatialQualityScales width and height by 1/2.
MediumSpatialQualityScales width and height by 3/4.