---
title: enablePostProcessing
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avmutablevideocompositioninstruction/enablepostprocessing
---

# enablePostProcessing

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

## Declaration

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

## Discussion

Discussion If no post processing is required for the whole duration of the video composition instruction, set this property to false to make the composition process more efficient. The value is true by default.

## See Also

### Configuring the instructions

- [backgroundColor](avfoundation/avmutablevideocompositioninstruction/backgroundcolor.md)
- [layerInstructions](avfoundation/avmutablevideocompositioninstruction/layerinstructions.md)
- [timeRange](avfoundation/avmutablevideocompositioninstruction/timerange.md)
