---
title: "init(url:)"
framework: vision
role: symbol
role_heading: Initializer
path: "vision/vnvideoprocessor/init(url:)-94b7"
---

# init(url:)

Creates a video processor to perform Vision requests against the specified video asset.

## Declaration

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

## Parameters

- `videoURL`: The video asset URL. The specified asset must be a video format supported by AVFoundation.
