Converts UYVY to AYUV
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
out | n/a | 1 | 1 | 0 | 3 | 1 | char |
Name | Type | g/s | Description |
---|---|---|---|
noalpha | int | Disable alpha channel flag. If this flag is set, a three-plane YUV matrix will be output instead of a four-plane AYUV matrix. |
Name | Description |
---|---|
jit.ayuv2uyvy | Converts AYUV to UYVY |
jit.colorspace | Convert between colorspaces |
jit.traffic | Multiply the planar vector by a matrix |
jit.uyvy2argb | Converts UYVY to ARGB |
jit.uyvy2luma | Converts UYVY to monochrome (luminance) |