diff --git a/tools/mkloop.sh b/tools/mkloop.sh index 2f70322..8d72aca 100755 --- a/tools/mkloop.sh +++ b/tools/mkloop.sh @@ -17,8 +17,8 @@ echo "$0 $SEQNAME from $START" >> WS/log DIMS="-W$Img_Width -H$Img_Height" NBFR=" Declare=NbFrames=$NBFRAMES " -echo $NBFR POVOPT="+q9 +A0.02 -d ${DIMS} ${NBFR} -WT7" +echo $NBFR "frames." echo $POVOPT ; echo ; sleep 2 TMPIMG=/dev/shm/${SEQNAME}-tmp.png @@ -39,16 +39,18 @@ do continue fi set -e - txt=$(printf "%s %03d" ${SEQNAME} $frame | tr '01' 'ol') + sqn=$(echo ${SEQNAME} | tr [a-z] [A-Z]) + txt=$(printf "%s %03d" ${sqn} ${frame} | \ + tr '01' 'ol') # echo $frame $img $txt convert ${TMPIMG} \ -font Courier-Bold \ - -pointsize 26 \ - -kerning 5 \ + -pointsize 38 \ + -kerning 4 \ -fill ${TEXTCOL} \ - -strokewidth 1 -stroke $STROKOL \ + -strokewidth 2 -stroke $STROKOL \ -gravity north \ - -annotate +12+5 "$txt" \ + -annotate +0+5 "$txt" \ ${img} fin=$(date +%s) echo