Share via


AVEncVideoInverseTelecineThreshold Property

 
Microsoft DirectShow 9.0

AVEncVideoInverseTelecineThreshold Property

Sets the threshold at which the encoder considers a video field redundant.

Property GUID

CODECAPI_AVEncVideoInverseTelecineThreshold

Data Type

UINT32 (VT_UI4)

Possible Values

The value of this property has the following range:

Value Description
0 The encoder is less likely to consider video fields redundant.
100 The encoder is more likely to consider video fields redundant.

Remarks

This property is read/write.

Set this property if the encoder is performing inverse telecine with an analog video source.

Requirements

Header: Include codecapi.h.

See Also