<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.7.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVVideoCompositionInstruction-swift.class/enablePostProcessing",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVVideoCompositionInstruction(py)enablePostProcessing"
  },
  "title" : "enablePostProcessing"
}
-->

# enablePostProcessing

A Boolean value that indicates whether the instruction requires post processing.

```
var enablePostProcessing: Bool { get }
```

## Discussion

A value of <doc://com.apple.documentation/documentation/Swift/false> indicates that no post processing is required for the whole duration of the video composition instruction. The composition process is more efficient if the value is <doc://com.apple.documentation/documentation/Swift/false>.

The value is <doc://com.apple.documentation/documentation/Swift/true> by default.

---

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)