# VideoDeinterlaceMode

> Describes how the fields in the image, if any, should be interpreted.

## Definition

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

```csharp
public enum VideoDeinterlaceMode
```

## Fields

| Value                                                                            | Description                       |
| -------------------------------------------------------------------------------- | --------------------------------- |
| [Even](/engine/6000.6/script-reference/unityeditor/videodeinterlacemode/even.md) | First field is in the even lines. |
| [Odd](/engine/6000.6/script-reference/unityeditor/videodeinterlacemode/odd.md)   | First field is in the odd lines.  |
| [Off](/engine/6000.6/script-reference/unityeditor/videodeinterlacemode/off.md)   | Clip is not interlaced.           |
