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

AviCompressor Members

The AviCompressor type exposes the following members.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Static member FourccToHandler

Converts FOURCC code to compressor handler.

Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Static member GetVideoCompressor Overloaded.

Returns a compressor object by its identifier (FOURCC code or handler).

Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Fields

Name Description
Public field Static member Cinepak

Cinepak Codec by Radius.

Public field Static member DivXMpg4F

DivX ;-) MPEG-4 Fast-Motion.

Public field Static member DivXMpg4L

DivX ;-) MPEG-4 Low-Motion.

Public field Static member DivXPro5

DivX Pro 5 Codec.

Public field Static member HuffYuv

Huffyuv v2.1.1.

Public field Static member Indeo5

Indeo® video 5.10.

Public field Static member IntelV25

Intel Indeo ® Video 2.5.

Public field Static member IntelV32

Intel Indeo ® Video 3.2.

Public field Static member IntelV45

Intel Indeo ® Video 4.5.

Public field Static member IntelYuv

Intel IYUV codec.

Public field Static member LeadMJpeg

LEAD MCMP/MJPEG Codec (VFW).

Public field Static member MSH261

Microsoft H.261 Video Codec.

Public field Static member MSH263

Microsoft H.263 Video Codec.

Public field Static member MSMpeg4v1

Microsoft MPEG-4 3688 Video Codec V1.

Public field Static member MSMpeg4v2

Microsoft MPEG-4 3688 Video Codec V2.

Public field Static member MSMpeg4v3

Microsoft MPEG-4 3688 Video Codec V3.

Public field Static member MSRle

Microsoft RLE.

Public field Static member MSVideo1

Microsoft Video 1.

Public field Static member Uncompressed

Uncompressed video (full frames).

Public field Static member XvidMpeg4

XviD MPEG-4 Codec.

Properties

Name Description
Public property CompressorHandler

Gets the handler of the compressor.

Public property Static member DefaultCompressorHandler

Gets a default compressor handler which should be used as a fallback value.

Public property DefaultFramesPerSecond

Gets the default FPS (frames per second) value of this compressor.

Public property DefaultQuality

Gets the default quality value of this compressor.

Public property Description

Gets the description of the compressor.

Public property DriverName

Gets the name of the DLL where the compressor is implemented.

Public property Fourcc

Gets a FOURCC code for this compressor.

Public property Static member InstalledVideoCompressors

Gets an array of all compressors installed in the system.

Public property SupportsEncoding

Gets a value which determines whether this compressor can write AVI file.

Public property SupportsQuality

Gets a value which determines whether the compressor supports the quality parameter.

Public property Version

Gets the version of the compressor.

See Also

Reference