Enum DeinterlaceMethods
Deinterlace methods.
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public enum DeinterlaceMethods
Fields
| Name | Description |
|---|---|
| GreedyH | Motion adaptive: advanced detection. |
| GreedyL | Motion adaptive: simple detection. |
| Linear | Linear interpolation. |
| LinearBlend | Linear interpolation in time domain. Low quality. |
| ScalerBob | Double lines. |
| TOMSMOCOMP | Motion adaptive: motion search. |
| VFIR | Blur vertical. |