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

# videoExportPreset

The preset to use when preparing video for export to your app.

```
var videoExportPreset: String { get set }
```

## Discussion

The value of this key is one of the export presets supported by the <doc://com.apple.documentation/documentation/AVFoundation/AVAssetExportSession> class. For a list of possible values, see the export preset constants in <doc://com.apple.documentation/documentation/AVFoundation/AVAssetExportSession>.

---

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)