This documentation is for the old version. Go to the latest Graphics Mill docs

AviWriter.Quality Property

Gets/sets the quality used to create the AVI movie with this writer object.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)

Syntax

Visual Basic
Public Property Quality As Integer
C#
public int Quality { get; set; }

Property Value

Value in range [0, 10000] which specifies the quality of the AVI file. Higher values means better quality (but larger file size).

Remarks

The quality setting is meaningful not for each AVI compressor. That's why it may be disregarded depending on the value of the CompressorHandler property.

Note

You should set this value before you open the writer object. You cannot change it when the writer is already opened!

See Also

Reference