TVideoDeinterlacing

Prev

Next

 






































































































Type of the VideoProcessing_Deinterlacing property.


Unit
VidGrab

Declaration
TVideoDeinterlacing=(di_Disabled, di_HalfSize, di_FullSize);


enum TVideoDeinterlacing di_Disabled, di_HalfSize, di_FullSize ;

Description

di_Disabled : deinterlacing is disabled
di_HalfSize : half-size deinterlacing
di_FullSize : full size deinterlacing.
di_DScaler : uses the DScaler deinterlacer
di_AVISynth : uses the AVISynth deinterlacer (AVISynth must be installed)
di_FFDShow : uses the FFDSHOW deinterlacer (FFDSHOW must be installed)
di_ThirdPartyDeinterlacer: uses the deinterlacer specified to the ThirdPartyDeinterlacer property

See the Deinterlacing chapter for more information.



See Also
OnFrameBitmap RetrieveInitialXYAfterRotation VideoProcessing_Brightness VideoProcessing_Contrast VideoProcessing_Deinterlacing VideoProcessing_FlipHorizontal VideoProcessing_FlipVertical VideoProcessing_GrayScale VideoProcessing_Hue VideoProcessing_InvertColors VideoProcessing_Pixellization VideoProcessing_Rotation VideoProcessing_RotationCustomAngle VideoProcessing_Saturation TVideoRotation