Tests: add VSE render test coverage for ffmpeg movie decoding

Specifically coverage of various YUV formats (4:2:0 and 4:4:4),
some bit depths (most 8 bit, some 10 bit), various colorspace
settings (untagged, bt709), and YUV color ranges (regular/limited vs
full/pc).

build_test_movies.sh in there generates all the (tiny) movie files
out of input color_chart.png using command line ffmpeg.
This commit is contained in:
Aras Pranckevicius
2024-11-13 14:59:38 +02:00
parent 64a9260921
commit 49c6a0320c
2 changed files with 2 additions and 1 deletions

View File

@@ -1113,6 +1113,7 @@ else()
transform
blend_modes_byte
blend_modes_float
ffmpeg
)
foreach(render_test ${render_tests})