remove useless message, fix parameter bug in vroum

This commit is contained in:
tth 2020-10-28 13:00:12 +01:00
parent ce02cf96bc
commit a6658532de
2 changed files with 5 additions and 8 deletions

View File

@ -79,9 +79,6 @@ for (y=0; y<psrc->height; y++) {
}
if (verbosity > 2) {
fprintf(stderr, "%4d / %4d\n", y, psrc->height);
}
}
if (verbosity) fprintf(stderr, "%s -> in %d out %d\n", __func__, in, out);

View File

@ -3,10 +3,10 @@
src=/dev/shm/foo.fimg
out=out.fimg
maxi=49
W="640"
H="480"
grabopt=" -s 640x480 -vv -p 0 -n 500 -c cos01 "
maxi=149
W="320"
H="240"
grabopt=" -s ${W}x${H}w -vv -p 0 -n 600 -c none "
mkdir /tmp/V
@ -20,7 +20,7 @@ do
grabvidseq -$grabopt -o $src
fval=$(echo "$foo / $maxi" | bc -l)
./t -vv -k 0.333 -o $out displace $src
./t -vv -k 0.333 -o $out ctr2x2 $src
# fimgstats $out