From 03b052c023e1f58d879cb7eeb6421ed39262d39d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 15 Apr 2013 23:39:08 +0200 Subject: fate: Invoke standard lavfi tests through fate-run.sh --- tests/fate-run.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/fate-run.sh') diff --git a/tests/fate-run.sh b/tests/fate-run.sh index 70821bbcec..72554ad988 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -161,6 +161,16 @@ lavfitest(){ regtest lavfi lavfi tests/vsynth1 } +video_filter(){ + filters=$1 + shift + label=${test#filter-} + raw_src="${target_path}/tests/vsynth1/%02d.pgm" + printf '%-20s' $label + avconv $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src \ + $FLAGS $ENC_OPTS -vf "$filters" -vcodec rawvideo $* -f nut md5: +} + mkdir -p "$outdir" exec 3>&2 -- cgit v1.2.3