Logo

IStandardMpegEncoderProfile::SetVideoQuality

Property which contains the desired output quality of the file. This is a percentage value between 0–100.

HRESULT SetVideoQuality(long nQualityPercent);

Parameters

nQualityPercent: Int value containing the new quality value.

Remarks

The quality value is used for variable bitrate MPEG1 video output. A good value is 90. The lower the quality, the faster the encoding.

This quality setting is not used by MPEG2 encoding.

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