AVEncVideoInverseTelecineEnable Property
Microsoft DirectShow 9.0 |
AVEncVideoInverseTelecineEnable Property
Specifies whether the encoder performs inverse telecine.
Property GUID
CODECAPI_AVEncVideoInverseTelecineEnable
Data Type
VARIANT_BOOL (VT_BOOL)
Remarks
This property is read/write.
If the value is VARIANT_TRUE, the encoder performs inverse telecine. If inverse telecine is not required, set this property to VARIANT_FALSE. To perform inverse telecine outside of the encoder, set this property to VARIANT_FALSE and set the AVEncVideoOutputScanType property to eAVEncVideoOutputScan_SameAsInput.
Requirements
Header: Include codecapi.h.
See Also