# H265

> Encode video with the H.265 codec.

## Definition

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

```csharp
H265 = 3
```

### Remarks

The MPEG-H Part 2, or High Efficiency Video Coding (HEVC) video codec. This codec is supported by hardware on most platforms. For more information about video encoding, refer to [Video encoding compatibility reference](/engine/6000.3/manual/video/sources/encoding-compatibility.md).

**Note**: The codec is not included with Windows by default. You might need to manually install the necessary codec on your Windows device to ensure compatibility.
