Enum ChromaSubsampling
Specifies the chroma subsampling format to use for video encoding.
Namespace: FulcrumFS.Videos
Assembly: FulcrumFS.Videos.dll
Syntax
public enum ChromaSubsampling
Fields
| Name | Description |
|---|---|
| Preserve | Preserves the original chroma subsampling. |
| Subsampling420 | 4:2:0 chroma subsampling - each group of four pixels (2x2) shares chroma information - does not allow alpha, nor non-standard or non-YUV formats. |
| Subsampling422 | 4:2:2 chroma subsampling - each pair of pixels (horizontally) shares chroma information - does not allow alpha, nor non-standard or non-YUV formats. |
| Subsampling444 | 4:4:4 chroma subsampling - every individual pixel has its own color information - does not allow alpha, nor non-standard or non-YUV formats. |