mirror of https://github.com/FFmpeg/FFmpeg.git
Signed-off-by: Marton Balint <cus@passwd.hu>release/5.1
parent
ee50cc18b3
commit
7ac559b819
7 changed files with 90 additions and 0 deletions
@ -0,0 +1,36 @@ |
||||
fate-vbn-%: VBN_FILE = tests/data/$(subst fate-vbn-,,$(@)).vbn |
||||
fate-vbn-%: PIX_FMT = rgba |
||||
fate-vbn-raw-rgb24: PIX_FMT = rgb24 |
||||
fate-vbn-%: SRC = $(TARGET_SAMPLES)/png1/lena-$(PIX_FMT).png |
||||
fate-vbn-%: CMD = refcmp_metadata_files psnr $(PIX_FMT) $(VBN_FILE) $(SRC) |
||||
|
||||
fate-vbn-dxt1: tests/data/dxt1.vbn |
||||
fate-vbn-dxt5: tests/data/dxt5.vbn |
||||
fate-vbn-raw-rgba: tests/data/raw-rgba.vbn |
||||
fate-vbn-raw-rgb24: tests/data/raw-rgb24.vbn |
||||
|
||||
FATE_VBN += fate-vbn-dxt1
|
||||
FATE_VBN += fate-vbn-dxt5
|
||||
FATE_VBN += fate-vbn-raw-rgba
|
||||
FATE_VBN += fate-vbn-raw-rgb24
|
||||
|
||||
tests/data/dxt1.vbn: TAG = GEN |
||||
tests/data/dxt1.vbn: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data |
||||
$(M)$(TARGET_EXEC) $(TARGET_PATH)/$< -nostdin -i $(TARGET_SAMPLES)/png1/lena-rgba.png -nostdin -c:v vbn -format dxt1 $(TARGET_PATH)/$@ -y 2>/dev/null
|
||||
|
||||
tests/data/dxt5.vbn: TAG = GEN |
||||
tests/data/dxt5.vbn: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data |
||||
$(M)$(TARGET_EXEC) $(TARGET_PATH)/$< -nostdin -i $(TARGET_SAMPLES)/png1/lena-rgba.png -nostdin -c:v vbn -format dxt5 $(TARGET_PATH)/$@ -y 2>/dev/null
|
||||
|
||||
tests/data/raw-rgba.vbn: TAG = GEN |
||||
tests/data/raw-rgba.vbn: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data |
||||
$(M)$(TARGET_EXEC) $(TARGET_PATH)/$< -nostdin -i $(TARGET_SAMPLES)/png1/lena-rgba.png -nostdin -c:v vbn -format raw $(TARGET_PATH)/$@ -y 2>/dev/null
|
||||
|
||||
tests/data/raw-rgb24.vbn: TAG = GEN |
||||
tests/data/raw-rgb24.vbn: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data |
||||
$(M)$(TARGET_EXEC) $(TARGET_PATH)/$< -nostdin -i $(TARGET_SAMPLES)/png1/lena-rgb24.png -nostdin -c:v vbn -format raw $(TARGET_PATH)/$@ -y 2>/dev/null
|
||||
|
||||
VBN_REFCMP_DEPS = PSNR_FILTER METADATA_FILTER VBN_ENCODER VBN_DECODER IMAGE2_MUXER IMAGE2_DEMUXER PNG_DECODER
|
||||
|
||||
FATE_SAMPLES_FFMPEG-$(call ALLYES, $(VBN_REFCMP_DEPS)) += $(FATE_VBN) |
||||
fate-vbn: $(FATE_VBN) |
@ -0,0 +1,11 @@ |
||||
frame:0 pts:0 pts_time:0 |
||||
lavfi.psnr.mse.r=36.794250 |
||||
lavfi.psnr.psnr.r=32.473003 |
||||
lavfi.psnr.mse.g=33.350525 |
||||
lavfi.psnr.psnr.g=32.899776 |
||||
lavfi.psnr.mse.b=28.317383 |
||||
lavfi.psnr.psnr.b=33.610271 |
||||
lavfi.psnr.mse.a=21186.988281 |
||||
lavfi.psnr.psnr.a=4.870111 |
||||
lavfi.psnr.mse_avg=5321.362793 |
||||
lavfi.psnr.psnr_avg=10.870575 |
@ -0,0 +1,11 @@ |
||||
frame:0 pts:0 pts_time:0 |
||||
lavfi.psnr.mse.r=36.794250 |
||||
lavfi.psnr.psnr.r=32.473003 |
||||
lavfi.psnr.mse.g=33.350525 |
||||
lavfi.psnr.psnr.g=32.899776 |
||||
lavfi.psnr.mse.b=28.317383 |
||||
lavfi.psnr.psnr.b=33.610271 |
||||
lavfi.psnr.mse.a=0.000183 |
||||
lavfi.psnr.psnr.a=85.503792 |
||||
lavfi.psnr.mse_avg=24.615585 |
||||
lavfi.psnr.psnr_avg=34.218700 |
@ -0,0 +1,9 @@ |
||||
frame:0 pts:0 pts_time:0 |
||||
lavfi.psnr.mse.r=0.000000 |
||||
lavfi.psnr.psnr.r=inf |
||||
lavfi.psnr.mse.g=0.000000 |
||||
lavfi.psnr.psnr.g=inf |
||||
lavfi.psnr.mse.b=0.000000 |
||||
lavfi.psnr.psnr.b=inf |
||||
lavfi.psnr.mse_avg=0.000000 |
||||
lavfi.psnr.psnr_avg=inf |
@ -0,0 +1,11 @@ |
||||
frame:0 pts:0 pts_time:0 |
||||
lavfi.psnr.mse.r=0.000000 |
||||
lavfi.psnr.psnr.r=inf |
||||
lavfi.psnr.mse.g=0.000000 |
||||
lavfi.psnr.psnr.g=inf |
||||
lavfi.psnr.mse.b=0.000000 |
||||
lavfi.psnr.psnr.b=inf |
||||
lavfi.psnr.mse.a=0.000000 |
||||
lavfi.psnr.psnr.a=inf |
||||
lavfi.psnr.mse_avg=0.000000 |
||||
lavfi.psnr.psnr_avg=inf |
Loading…
Reference in new issue