We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2723a96 commit e33b857Copy full SHA for e33b857
1 file changed
vrecord
@@ -2869,6 +2869,7 @@ CODEC_GENERAL_TEST='
2869
<rule name="Is the video format YUV?" value="ColorSpace" tracktype="Video" operator="=">YUV</rule>
2870
<rule name="Is the frame rate mode constant?" value="FrameRate_Mode" tracktype="Video" operator="=">CFR</rule>
2871
<rule name="Is the color space YUV?" value="ColorSpace" tracktype="Video" operator="=">YUV</rule>
2872
+ <rule name="Is the chroma subsampling 4:2:2?" value="ChromaSubsampling" tracktype="Video" operator="=">4:2:2</rule>
2873
<policy type="or" name="Is the video bit depth 8 or 10?">
2874
<rule name="Is the video 2yuv?" value="CodecID" tracktype="Video" operator="=">2vuy</rule>
2875
<!--MediaInfo library does not currently store explicit video BitDepth value for 2yuv-->
0 commit comments