[FFmpeg-devel] [PATCH] fate: add owdenoise test

Michael Niedermayer michael at niedermayer.cc
Thu Mar 30 15:01:24 EEST 2017


On Wed, Mar 29, 2017 at 06:09:57PM -0700, Thomas Turner wrote:
> Reference file location:
> 
> https://www.dropbox.com/s/zeq3wyqbjkvy8ny/filter-owdenoise-sample?dl=0
> 
> Signed-off-by: Thomas Turner <thomastdt at googlemail.com>
> ---
>  tests/fate/filter-video.mak | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
> index b067cc1..db1e9cb 100644
> --- a/tests/fate/filter-video.mak
> +++ b/tests/fate/filter-video.mak
> @@ -1,3 +1,9 @@
> +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=1,perms=random,owdenoise=10:20:20:enable=not(between(t\,2\,3))" -an -vcodec rawvideo -f nut -
> +fate-filter-owdenoise-sample: CMP_TARGET = 1
> +fate-filter-owdenoise-sample: FUZZ = 3539
> +fate-filter-owdenoise-sample: CMP = oneoff

i didnt spot it yesterday but
REF = ...
is missing

also "-f nut" cannot work, you have to use rawvideo
even if this is a bit more inconvenient
Future ffmpeg can create nut files that cannot be byte wise compared
to a unchanging reference

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20170330/872c4e65/attachment.sig>


More information about the ffmpeg-devel mailing list