cramicule is comming !

This commit is contained in:
tTh
2026-06-25 10:09:03 +02:00
parent de43a1810c
commit d7da858380
21 changed files with 66 additions and 48 deletions

View File

@@ -31,11 +31,11 @@ do
if [ $? -ne 0 ] ; then
echo "ERROR ERROR ERROR ERROR ERROR ERROR"
tail -15 WS/toto.err
sleep 20
sleep 200
#exit 1
fi
titre='Voxelisation - tTh - Avril 2022'
titre='Voxelisation - tTh - Juin 2026'
numbers=$(tail -1 WS/camvox.log | \
awk '{printf " K=%5d : %6.3f %6.3f %6.3f", \
$1, $2, $3, $4}')
@@ -45,11 +45,11 @@ do
convert ${TMPNG} \
-fill Orange \
-kerning 2 \
-pointsize 32 \
-font AvantGarde-Book \
-gravity South-West \
-pointsize 20 \
-annotate +20+45 "$titre" \
-pointsize 24 \
-pointsize 14 \
-annotate +20+10 "$numbers" \
\
$dst
@@ -62,3 +62,4 @@ do
done
./encode.sh frames/voxel/ voxel-3.mp4