mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fate: add more vc2 encoder tests
This commit is contained in:
parent
8aa6d9a8d3
commit
088b07427d
@ -38,17 +38,25 @@ FATE_VCODEC-$(call ENCDEC, DNXHD, DNXHD) += dnxhd-720p \
|
||||
|
||||
FATE_VCODEC-$(call ENCDEC, VC2 DIRAC, MOV) += vc2-420p vc2-420p10 vc2-420p12 \
|
||||
vc2-422p vc2-422p10 vc2-422p12 \
|
||||
vc2-444p vc2-444p10 vc2-444p12
|
||||
fate-vsynth1-vc2-%: FMT = mov
|
||||
fate-vsynth1-vc2-%: ENCOPTS = -pix_fmt yuv$(@:fate-vsynth1-vc2-%=%) \
|
||||
vc2-444p vc2-444p10 vc2-444p12 \
|
||||
vc2-thaar vc2-t5_3
|
||||
fate-vsynth1-vc2-4%: FMT = mov
|
||||
fate-vsynth1-vc2-4%: ENCOPTS = -pix_fmt yuv$(@:fate-vsynth1-vc2-%=%) \
|
||||
-c:v vc2 -frames 5 -strict -1
|
||||
fate-vsynth2-vc2-%: FMT = mov
|
||||
fate-vsynth2-vc2-%: ENCOPTS = -pix_fmt yuv$(@:fate-vsynth2-vc2-%=%) \
|
||||
fate-vsynth2-vc2-4%: FMT = mov
|
||||
fate-vsynth2-vc2-4%: ENCOPTS = -pix_fmt yuv$(@:fate-vsynth2-vc2-%=%) \
|
||||
-c:v vc2 -frames 5 -strict -1
|
||||
fate-vsynth_lena-vc2-%: FMT = mov
|
||||
fate-vsynth_lena-vc2-%: ENCOPTS = -pix_fmt yuv$(@:fate-vsynth_lena-vc2-%=%) \
|
||||
fate-vsynth_lena-vc2-4%: FMT = mov
|
||||
fate-vsynth_lena-vc2-4%: ENCOPTS = -pix_fmt yuv$(@:fate-vsynth_lena-vc2-%=%) \
|
||||
-c:v vc2 -frames 5 -strict -1
|
||||
|
||||
fate-vsynth1-vc2-t%: FMT = mov
|
||||
fate-vsynth1-vc2-t%: ENCOPTS = -pix_fmt yuv422p10 -c:v vc2 -frames 5 -strict -1 -wavelet_type $(@:fate-vsynth1-vc2-t%=%)
|
||||
fate-vsynth2-vc2-t%: FMT = mov
|
||||
fate-vsynth2-vc2-t%: ENCOPTS = -pix_fmt yuv422p10 -c:v vc2 -frames 5 -strict -1 -wavelet_type $(@:fate-vsynth2-vc2-t%=%)
|
||||
fate-vsynth_lena-vc2-t%: FMT = mov
|
||||
fate-vsynth_lena-vc2-t%: ENCOPTS = -pix_fmt yuv422p10 -c:v vc2 -frames 5 -strict -1 -wavelet_type $(@:fate-vsynth_lena-vc2-t%=%)
|
||||
|
||||
fate-vsynth%-dnxhd-720p: ENCOPTS = -s hd720 -b 90M \
|
||||
-pix_fmt yuv422p -frames 5 -qmax 8
|
||||
fate-vsynth%-dnxhd-720p: FMT = dnxhd
|
||||
@ -434,7 +442,7 @@ FATE_VSYNTH_LENA = $(FATE_VCODEC:%=fate-vsynth_lena-%)
|
||||
RESIZE_OFF = dnxhd-720p dnxhd-720p-rd dnxhd-720p-10bit dnxhd-1080i \
|
||||
dv dv-411 dv-50 avui snow snow-hpel snow-ll vc2-420p \
|
||||
vc2-420p10 vc2-420p12 vc2-422p vc2-422p10 vc2-422p12 \
|
||||
vc2-444p vc2-444p10 vc2-444p12
|
||||
vc2-444p vc2-444p10 vc2-444p12 vc2-thaar vc2-t5_3
|
||||
# Incorrect parameters - usually size or color format restrictions
|
||||
INC_PAR_OFF = cinepak h261 h261-trellis h263 h263p h263-obmc msvideo1 \
|
||||
roqvideo rv10 rv20 y41p qtrlegray
|
||||
|
4
tests/ref/vsynth/vsynth1-vc2-t5_3
Normal file
4
tests/ref/vsynth/vsynth1-vc2-t5_3
Normal file
@ -0,0 +1,4 @@
|
||||
a5c80a091e7c3021ab9d5b854b4c653f *tests/data/fate/vsynth1-vc2-t5_3.mov
|
||||
1604316 tests/data/fate/vsynth1-vc2-t5_3.mov
|
||||
f35dd1c1df4726bb1d75d95e321b0698 *tests/data/fate/vsynth1-vc2-t5_3.out.rawvideo
|
||||
stddev: 1.88 PSNR: 42.61 MAXDIFF: 23 bytes: 7603200/ 760320
|
4
tests/ref/vsynth/vsynth1-vc2-thaar
Normal file
4
tests/ref/vsynth/vsynth1-vc2-thaar
Normal file
@ -0,0 +1,4 @@
|
||||
62bcccb2981c4b79b635a0199a7fafb1 *tests/data/fate/vsynth1-vc2-thaar.mov
|
||||
1717724 tests/data/fate/vsynth1-vc2-thaar.mov
|
||||
f35dd1c1df4726bb1d75d95e321b0698 *tests/data/fate/vsynth1-vc2-thaar.out.rawvideo
|
||||
stddev: 1.88 PSNR: 42.61 MAXDIFF: 23 bytes: 7603200/ 760320
|
4
tests/ref/vsynth/vsynth2-vc2-t5_3
Normal file
4
tests/ref/vsynth/vsynth2-vc2-t5_3
Normal file
@ -0,0 +1,4 @@
|
||||
654f04ae4f5947f0d354025fee1f37e0 *tests/data/fate/vsynth2-vc2-t5_3.mov
|
||||
1335772 tests/data/fate/vsynth2-vc2-t5_3.mov
|
||||
8f629e5cea24cc804d6aeadceacf0b2a *tests/data/fate/vsynth2-vc2-t5_3.out.rawvideo
|
||||
stddev: 0.37 PSNR: 56.66 MAXDIFF: 7 bytes: 7603200/ 760320
|
4
tests/ref/vsynth/vsynth2-vc2-thaar
Normal file
4
tests/ref/vsynth/vsynth2-vc2-thaar
Normal file
@ -0,0 +1,4 @@
|
||||
51b03663f4187f4eea11c5311669a2cc *tests/data/fate/vsynth2-vc2-thaar.mov
|
||||
1470300 tests/data/fate/vsynth2-vc2-thaar.mov
|
||||
8f629e5cea24cc804d6aeadceacf0b2a *tests/data/fate/vsynth2-vc2-thaar.out.rawvideo
|
||||
stddev: 0.37 PSNR: 56.66 MAXDIFF: 7 bytes: 7603200/ 760320
|
4
tests/ref/vsynth/vsynth_lena-vc2-t5_3
Normal file
4
tests/ref/vsynth/vsynth_lena-vc2-t5_3
Normal file
@ -0,0 +1,4 @@
|
||||
c2ce9a70c523903620794af6bc4ea0d4 *tests/data/fate/vsynth_lena-vc2-t5_3.mov
|
||||
1305436 tests/data/fate/vsynth_lena-vc2-t5_3.mov
|
||||
e5ea17416bda234ae58f27dea27e8135 *tests/data/fate/vsynth_lena-vc2-t5_3.out.rawvideo
|
||||
stddev: 0.30 PSNR: 58.58 MAXDIFF: 5 bytes: 7603200/ 760320
|
4
tests/ref/vsynth/vsynth_lena-vc2-thaar
Normal file
4
tests/ref/vsynth/vsynth_lena-vc2-thaar
Normal file
@ -0,0 +1,4 @@
|
||||
5f062ca6c56d14590507c4373ca942ab *tests/data/fate/vsynth_lena-vc2-thaar.mov
|
||||
1431772 tests/data/fate/vsynth_lena-vc2-thaar.mov
|
||||
e5ea17416bda234ae58f27dea27e8135 *tests/data/fate/vsynth_lena-vc2-thaar.out.rawvideo
|
||||
stddev: 0.30 PSNR: 58.58 MAXDIFF: 5 bytes: 7603200/ 760320
|
Loading…
Reference in New Issue
Block a user