X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=tests%2Ffate%2Ffilter-video.mak;h=b40422a4dcdd848664d44d2515bd093476f0162c;hb=d1ee6fb72945d43d55aa0e7f946a957274cd94c9;hp=b067cc146f3b2800dd6ed7f78e116ab6a6dc26d0;hpb=507a85b93c9388aeb290664183e572ee42288c2d;p=ffmpeg diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak index b067cc146f3..b40422a4dcd 100644 --- a/tests/fate/filter-video.mak +++ b/tests/fate/filter-video.mak @@ -1,3 +1,10 @@ +FATE_FILTER_SAMPLES-$(call ALLYES, SMJPEG_DEMUXER MJPEG_DECODER PERMS_FILTER OWDENOISE_FILTER) += fate-filter-owdenoise-sample +fate-filter-owdenoise-sample: CMD = ffmpeg -idct simple -i $(TARGET_SAMPLES)/smjpeg/scenwin.mjpg -vf "trim=duration=0.5,perms=random,owdenoise=10:20:20:enable=not(between(t\,0.2\,1.2))" -an -f rawvideo - +fate-filter-owdenoise-sample: REF = $(TARGET_SAMPLES)/filter-reference/owdenoise-scenwin.raw +fate-filter-owdenoise-sample: CMP_TARGET = 1 +fate-filter-owdenoise-sample: FUZZ = 3539 +fate-filter-owdenoise-sample: CMP = oneoff + FATE_FILTER_SAMPLES-$(call ALLYES, PERMS_FILTER DELOGO_FILTER RM_DEMUXER RV30_DECODER) += fate-filter-delogo fate-filter-delogo: CMD = framecrc -i $(TARGET_SAMPLES)/real/rv30.rm -vf perms=random,delogo=show=0:x=290:y=25:w=26:h=16 -an