# Editor.EditorUtility.CreateVideoWriter

```csharp
static VideoWriter CreateVideoWriter(string path, Config config)
```

Create a video writer

### Parameters

- `path` (`string`)
- `config` (`Config`)

### Returns

`VideoWriter`

Declared in [Editor.EditorUtility](/api/Editor.EditorUtility).
Assembly: `Sandbox.Tools`.
