<!--
{
  "availability" : [
    "iOS: 3.1.0 -",
    "iPadOS: 3.1.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIVideoEditorController/videoQuality",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIVideoEditorController(py)videoQuality"
  },
  "title" : "videoQuality"
}
-->

# videoQuality

The video quality to use when saving a trimmed movie.

```
var videoQuality: UIImagePickerController.QualityType { get set }
```

## Discussion

The available video qualities are described in the [`UIImagePickerController.QualityType`](/documentation/UIKit/UIImagePickerController/QualityType) enumeration. The default value for this property is [`UIImagePickerController.QualityType.typeLow`](/documentation/UIKit/UIImagePickerController/QualityType/typeLow).

If a user attempts to reencode a movie to a higher quality, the movie is saved at its existing quality. Reencoding never increases movie dimensions, frame rate, or bit rate.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)