Skip to content

Commit e33b857

Browse files
committed
test that preservation output is 4:2:2
1 parent 2723a96 commit e33b857

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vrecord

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2869,6 +2869,7 @@ CODEC_GENERAL_TEST='
28692869
<rule name="Is the video format YUV?" value="ColorSpace" tracktype="Video" operator="=">YUV</rule>
28702870
<rule name="Is the frame rate mode constant?" value="FrameRate_Mode" tracktype="Video" operator="=">CFR</rule>
28712871
<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>
28722873
<policy type="or" name="Is the video bit depth 8 or 10?">
28732874
<rule name="Is the video 2yuv?" value="CodecID" tracktype="Video" operator="=">2vuy</rule>
28742875
<!--MediaInfo library does not currently store explicit video BitDepth value for 2yuv-->

0 commit comments

Comments
 (0)