float-store bugfix (unstatisfying!) + slightly new design of sic.c
[physik/posic.git] / ppm2avi
diff --git a/ppm2avi b/ppm2avi
index 3680b80..a669290 100755 (executable)
--- a/ppm2avi
+++ b/ppm2avi
@@ -5,4 +5,5 @@
 OUTFILE=md.avi
 [ -n "$2" ] && OUTFILE=$2
 
-mencoder mf://$1/*.png -ovc copy -o $1/$OUTFILE >/dev/null 2>&1
+#mencoder mf://$1/*.png -ovc copy -o $1/$OUTFILE >/dev/null 2>&1
+mencoder mf://$1/*.png -ovc xvid -xvidencopts bitrate=1000 -o $1/$OUTFILE >/dev/null 2>&1