---
title: AVAssetExportPresetLowQuality
framework: avfoundation
role: symbol
role_heading: Global Variable
path: avfoundation/avassetexportpresetlowquality
---

# AVAssetExportPresetLowQuality

A preset to export a low-quality movie file.

## Declaration

```swift
let AVAssetExportPresetLowQuality: String
```

## Discussion

Discussion This preset compresses video in H.264 format and audio in AAC format.

## See Also

### Quality presets

- [AVAssetExportPresetMediumQuality](avfoundation/avassetexportpresetmediumquality.md)
- [AVAssetExportPresetHighestQuality](avfoundation/avassetexportpresethighestquality.md)
- [AVAssetExportPresetHEVCHighestQuality](avfoundation/avassetexportpresethevchighestquality.md)
- [AVAssetExportPresetHEVCHighestQualityWithAlpha](avfoundation/avassetexportpresethevchighestqualitywithalpha.md)
