Show / Hide Table of Contents

Enum FFLoss

Represents different types of data loss in video compression as flags. These values are defined in the FFmpeg library (ffmpeg.FF_LOSS_*).

Namespace: FFmpeg.Images
Assembly: FFmpeg.dll
Syntax
[Flags]
public enum FFLoss

Fields

Name Description
Alpha

Loss of alpha (transparency) channel information. Corresponds to ffmpeg.FF_LOSS_ALPHA.

Chroma

Loss of chroma (color) information, affecting color details. Corresponds to ffmpeg.FF_LOSS_CHROMA.

ColorQuantization

Loss due to color quantization, reducing color precision. Corresponds to ffmpeg.FF_LOSS_COLORQUANT.

Colorspace

Loss of colorspace information, which can cause color distortion. Corresponds to ffmpeg.FF_LOSS_COLORSPACE.

Depth

Loss of bit depth, reducing the range of color shades or brightness. Corresponds to ffmpeg.FF_LOSS_DEPTH.

ExcessDepth

Excessive loss of bit depth beyond the necessary resolution. Corresponds to ffmpeg.FF_LOSS_EXCESS_DEPTH.

ExcessResolution

Loss due to excess resolution, where more resolution is used than needed. Corresponds to ffmpeg.FF_LOSS_EXCESS_RESOLUTION.

None

No data loss occurred. Corresponds to no loss.

Resolution

Loss of resolution, resulting in reduced image clarity or detail. Corresponds to ffmpeg.FF_LOSS_RESOLUTION.

  • View Source
In this article
Back to top Generated by DocFX