Logo

IStandardMpegEncoderProfile::SetInterlaceMode

Property which sets three pieces of information about the interface mode.

HRESULT SetInterlaceMode(BOOL bPreProcessDeinterlace, BOOL bInterlacedOutputDCT, BOOL bInterlacedOutputME);

Parameters

bPreProcessDeinterlace: Boolean value set if it is set to deinterlace pre-process.

bInterlacedOutputDCT: Boolean value set if DCT (Discrete Cosinus Transformation – a process for data reduction) should be outputted.

bInterlacedOutputME: Boolean value set if ME should be outputted.

Remarks

None.

[[The Standard MPEG Encoder – Quality you can rely on]]