---
title: videoQuality
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uivideoeditorcontroller/videoquality
---

# videoQuality

The video quality to use when saving a trimmed movie.

## Declaration

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

## Discussion

Discussion The available video qualities are described in the UIImagePickerController.QualityType enumeration. The default value for this property is 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.

## See Also

### Configuring the editor

- [videoMaximumDuration](uikit/uivideoeditorcontroller/videomaximumduration.md)
- [videoPath](uikit/uivideoeditorcontroller/videopath.md)
