Click or drag to resize
Accord.NET (logo)

AVIWriterQuality Property

Compression video quality.

Namespace:  Accord.Video.VFW
Assembly:  Accord.Video.VFW (in Accord.Video.VFW.dll) Version: 3.8.0
Syntax
public int Quality { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks

The property sets video quality used by codec in order to balance compression rate and image quality. The quality is measured usually in the [0, 100] range.

Note Note
The property should be set befor opening new file to take effect.

Default value is set to -1 - default compression quality of the codec.

See Also