# VP8

> Encode video using the vp8 codec.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
VP8 = 2
```

### Remarks

The VP8 video codec is supported by software on most platforms, and by hardware on a few platforms such as Android and Web. For more information about video encoding, refer to [Video encoding compatibility reference](/engine/6000.7/manual/video/sources/encoding-compatibility.md).
