<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVVideoComposition/init(applyingFiltersTo:applier:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "s:So18AVVideoCompositionC12AVFoundationE17applyingFiltersTo7applierABSo7AVAssetC_AC24AVCIImageFilteringResultVAC0iJ10ParametersVYaYbKctYaKcfc"
  },
  "title" : "init(applyingFiltersTo:applier:)"
}
-->

# init(applyingFiltersTo:applier:)

Creates a video composition configured to apply Core Image filters to each video frame of the specified asset.

```
nonisolated(nonsending) convenience init(applyingFiltersTo asset: AVAsset, applier: @escaping @Sendable (AVCIImageFilteringParameters) async throws -> AVCIImageFilteringResult) async throws
```

## Parameters

`asset`

The asset whose configuration matches the intended use of the video composition.

`applier`

A closure that AVFoundation calls when processing each video frame.

## Return Value

A new AVVideoComposition instance configured for Core Image filtering.

---

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)