Share via


MotionChromaSearch Enumeration

Specifies the motion chroma search options for a VideoProfile.

Namespace: Microsoft.Expression.Encoder.Profiles
Assembly: Microsoft.Expression.Encoder.Types (in microsoft.expression.encoder.types.dll)

Syntax

'Declaration
Public Enumeration MotionChromaSearch
'Usage
Dim instance As MotionChromaSearch
public enum MotionChromaSearch
public enum class MotionChromaSearch

Members

Member name Description
LumaOnly Luma only. The VC-1 encoder searches for motion in luminance values only. Provides fastest performance (encoding speed).
LumaWithNearestChroma Luma with nearest integer chroma. Provides a compromise between quality and performance.
LumaWithTrueChroma Luma with true chroma. Provides the best quality with the lowest performance.
MacroblockAdaptiveWithNearestChroma Macroblock adaptive with nearest integer chroma. Provides a compromise between quality and performance.
MacroblockAdaptiveWithTrueChroma Macroblock adaptive with true chroma. Provides a compromise between quality and performance.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Expression.Encoder.Profiles Namespace