---
title: "init(_:)"
framework: vision
role: symbol
role_heading: Initializer
path: "vision/videoprocessor/init(_:)"
---

# init(_:)

Creates a video processor to perform framework requests against the video asset you specify.

## Declaration

```swift
init(_ videoURL: URL)
```

## Parameters

- `videoURL`: The video asset in a video format that doc://com.apple.documentation/documentation/AVFoundation supports.
