diff TOOLS/sws-test @ 11261:835822ce4bb1

-vop ---> -vf
author diego
date Sat, 25 Oct 2003 18:44:41 +0000
parents b5cd3ce87bfb
children
line wrap: on
line diff
--- a/TOOLS/sws-test	Sat Oct 25 12:42:24 2003 +0000
+++ b/TOOLS/sws-test	Sat Oct 25 18:44:41 2003 +0000
@@ -7,13 +7,13 @@
 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