summaryrefslogtreecommitdiffstats
path: root/TOOLS/sws-test
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/sws-test')
-rwxr-xr-xTOOLS/sws-test4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/sws-test b/TOOLS/sws-test
index 7f6d498801..8ddd911900 100755
--- a/TOOLS/sws-test
+++ b/TOOLS/sws-test
@@ -7,13 +7,13 @@ if [ $# -lt 3 ] ; then
fi
for i in `seq 0 10` ; do
- mplayer -vo png $1 -ss $2 -frames 3 -sws $i -vop scale=$3
+ mplayer -vo png $1 -ss $2 -frames 3 -sws $i -vf scale=$3
rm 00000001.png
mv 00000002.png sws-`basename $1`-$2-$3-$i.png
done
#gauss with lowwer variance
- mplayer -vo png $1 -ss $2 -frames 3 -sws 7 -vop scale=$3:0:50
+ mplayer -vo png $1 -ss $2 -frames 3 -sws 7 -vf scale=$3:0:50
rm 00000001.png
mv 00000002.png sws-`basename $1`-$2-$3-7-50.png