# H264Main

> Encode video with the H.264 Main profile, the mid-tier option for standard-definition content.

## Definition

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

```csharp
H264Main = 1
```

### Remarks

This profile has better compression and efficiency than the baseline encoding profile. Use this profile for standard-definition and higher-quality video under medium processing constraints.
