MotionMatchMethod Enumeration

Specifies the motion-matching method.

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

Syntax

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

Members

Member name Description
Hadamard Provides the best quality.
MacroblockAdaptiveSADHadamard This option configures the codec to decide which method to use on each macroblock. This can potentially reduce overall computation required for encoding by performing the computationally-intensive Hadamard transform only when appropriate.
SAD Provides the best 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