Den 25.07.2024 17:16, skrev Terje J. Hanssen:
Usually 8-bit color depth is refered to 420 pixel formats and 10-bit to the higher color quality 422 pixel formats,
which sub-sampled keeps respectively 25% and 50% color information, compared with a full 444 format.

But what about the "opposite" cases, 10-bit 420 and 8-bit 422 pixel formats?
What and when are they used and good for (applications)?
For example frame grabbers like my HDMI->USB3 mini capture card, looks to support 'YUY2',' a 8-bit 422 pixel format.

And among 8-bit and 10-bit depths, there are 'yuv', 'nv', 'y' and 'p' prefixed pixel formats as well.


I have found some more useful information and references to this topic, and add related extracts from these below (some overlapped):

YUY2
YV12
https://www.afterdawn.com/guides/archive/digital_video_fundamentals-color_formats_page_5.cfm


YUY2    
YV12    
NV12    
NV21    
https://learn.microsoft.com/en-us/windows-hardware/drivers/display/4-2-0-video-pixel-formats
https://www.loc.gov/preservation/digital/formats/fdd/fdd000364.shtml


YUY2
YV12
 https://www.animemusicvideos.org/guides/avtech/colorspace.html


Avisynthplus: Color formats and YV12 (a frameserver available for Windows, Linux, BSD and MacOS):

 What is YV12?
What will be the main advantages of processing in YV12?
MPEG-2 encoders such as CCE, Procoder and TMPGEnc can't handle YV12 input directly. CCE and Procoder needs YUY2, and TMPGEnc RGB24. This only means that the last line of AviSynth must be a ConvertToYUY2 (for CCE/Procoder, or ConvertToRGB24 for TMPGEnc) call, and that you will not be able to take full advantage of YV12 colorspace. Still there are two advantages:
http://avisynth.nl/index.php/FAQ_YV12#What_is_YV12.3F
http://avisynth.nl/index.php/Avisynthplus_color_formats#Color_Format_Table


......snip

References:
Chroma Subsampling in ffmpeg
https://trac.ffmpeg.org/wiki/Chroma%20Subsampling#SettingChromaSubsamplinginffmpeg
Preferred YUV Formats (Microsoft Windows, Learn)
https://learn.microsoft.com/en-us/windows/win32/medfound/10-bit-and-16-bit-yuv-video-formats#preferred-yuv-formats