[Mplayer-cvslog] CVS: main/TOOLS mencvcd,1.14,1.15 sws-test,1.1,1.2

Diego Biurrun CVS diego at mplayerhq.hu
Sat Oct 25 20:34:18 CEST 2003


Update of /cvsroot/mplayer/main/TOOLS
In directory mail:/var/tmp.root/cvs-serv28424/TOOLS

Modified Files:
	mencvcd sws-test 
Log Message:
-vop ---> -vf


Index: mencvcd
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/mencvcd,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mencvcd	9 Jul 2003 20:10:44 -0000	1.14
+++ mencvcd	25 Oct 2003 18:33:13 -0000	1.15
@@ -162,7 +162,7 @@
    echo "128 starting from 3:00 with frame rate 29.97 fps and input video norm NTSC"
    echo "and output frame rate 23.98 fps because of the 3:2 pulldown method in NTSC."
    echo
-   echo "'$HOWCALLED bj -size 640x272 -vop expand=640:480:0:104:0 \\"
+   echo "'$HOWCALLED bj -size 640x272 -vf expand=640:480:0:104:0 \\"
    echo "        -cdsize 645 -noburn bj.avi'"
    echo "this example above shows you, how to deal with movies which are not"
    echo "created with aspect ratios of 4:3 or 16:9."
@@ -296,7 +296,7 @@
         shift 1
         ;;
       -sid) # mplayer option: have to set vop expand, too!!!
-        sub="-vop pp,expand=-1:-1:-1:-1:1 -sid $2"
+        sub="-vf pp,expand=-1:-1:-1:-1:1 -sid $2"
         shift 1
         ;;
       -size)

Index: sws-test
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/sws-test,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sws-test	9 Jul 2002 21:53:29 -0000	1.1
+++ sws-test	25 Oct 2003 18:33:13 -0000	1.2
@@ -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
 



More information about the MPlayer-cvslog mailing list