minor tweaks
This commit is contained in:
@@ -11,7 +11,7 @@ POVOPT="+Q9 +a -v -d -W920 -H600"
|
||||
DDIR="frames"
|
||||
LOGERR="log.error"
|
||||
|
||||
NBIMG=3000
|
||||
NBIMG=4000
|
||||
|
||||
make all
|
||||
err=$?
|
||||
@@ -26,7 +26,7 @@ printf "\n#declare NbImg = %d;\n" $NBIMG > nbimg.inc
|
||||
# first, we have to make a seminal buch of bloubs
|
||||
# --> this function need to be paraletrizable
|
||||
#
|
||||
./genbloubs in.blbs 6000
|
||||
./genbloubs in.blbs 9000
|
||||
|
||||
for idx in $(seq 0 $NBIMG)
|
||||
do
|
||||
@@ -51,7 +51,7 @@ do
|
||||
convert ${TMPPNG} \
|
||||
-font fixed \
|
||||
-pointsize 20 \
|
||||
-fill Yellow \
|
||||
-fill Orange \
|
||||
-gravity south-east \
|
||||
-annotate +15+10 "$txt" \
|
||||
$PNG
|
||||
@@ -66,8 +66,8 @@ done
|
||||
|
||||
rm $LOGERR
|
||||
|
||||
convert -delay 10 -resize 50% -colors 192 \
|
||||
$DDIR/????[0]*.png foo.gif
|
||||
# XXX convert -delay 10 -resize 50% -colors 192 \
|
||||
# XXX $DDIR/????[0]*.png foo.gif
|
||||
|
||||
./encode.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user