Compare commits

..

No commits in common. "6c78be63d8343e80774ff417d9e3171136e5a0d4" and "b3bb7319a73231e161d2d25d845f8ec0bbef4566" have entirely different histories.

3 changed files with 11 additions and 12 deletions

View File

@ -1,7 +1,7 @@
DIMS = -W1600 -H1200 DIMS = -W1600 -H1200
POVOPT = +q9 +A0.05 -WT2 Declare=NbFrames=450 -d POVOPT = +q9 +A0.05 Declare=NbFrames=450 -d
POVDEP = contexte.inc hexacone.inc hexabenz.inc \ POVDEP = contexte.inc hexacone.inc hexabenz.inc \
hexastar.inc \ hexastar.inc \

View File

@ -5,6 +5,6 @@ Img_Height=720
# for imagemagick # for imagemagick
TEXTCOL="bisque" TEXTCOL="bisque"
STROKOL="Green" STROKOL="SeaGreen"
NBFRAMES=450 NBFRAMES=450

View File

@ -39,16 +39,15 @@ do
continue continue
fi fi
set -e set -e
txt=$(printf "%s %03d" ${SEQNAME} $frame | tr '01' 'ol') txt=$(printf "%s %03d" ${SEQNAME} $frame | tr '01' 'ol')
# echo $frame $img $txt # echo $frame $img $txt
convert ${TMPIMG} \ convert ${TMPIMG} \
-font Courier-Bold \ -font Courier-Bold \
-pointsize 22 \ -pointsize 20 \
-kerning 4 \ -kerning 3 \
-fill ${TEXTCOL} \ -fill ${TEXTCOL} \
-strokewidth 2 -stroke $STROKOL \ -gravity north \
-gravity north \ -annotate +12+5 "$txt" \
-annotate +12+5 "$txt" \
${img} ${img}
fin=$(date +%s) fin=$(date +%s)
echo echo
@ -63,6 +62,6 @@ echo
ff_encodage $SEQNAME wip-${SEQNAME}.mp4 ff_encodage $SEQNAME wip-${SEQNAME}.mp4
echo "build of '$SEQNAME' done" | tee -a WS/log echo "build of $SEQNAME done" | tee -a WS/log