From 6c78be63d8343e80774ff417d9e3171136e5a0d4 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Tue, 30 Dec 2025 08:23:11 +0100 Subject: [PATCH] cosmetic --- tools/config.sh | 2 +- tools/mkloop.sh | 19 ++++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/tools/config.sh b/tools/config.sh index 7c96f0f..75c7ecb 100644 --- a/tools/config.sh +++ b/tools/config.sh @@ -5,6 +5,6 @@ Img_Height=720 # for imagemagick TEXTCOL="bisque" -STROKOL="SeaGreen" +STROKOL="Green" NBFRAMES=450 diff --git a/tools/mkloop.sh b/tools/mkloop.sh index f0068ee..5827f27 100755 --- a/tools/mkloop.sh +++ b/tools/mkloop.sh @@ -39,15 +39,16 @@ do continue fi set -e - txt=$(printf "%s %03d" ${SEQNAME} $frame | tr '01' 'ol') + txt=$(printf "%s %03d" ${SEQNAME} $frame | tr '01' 'ol') # echo $frame $img $txt - convert ${TMPIMG} \ - -font Courier-Bold \ - -pointsize 20 \ - -kerning 3 \ - -fill ${TEXTCOL} \ - -gravity north \ - -annotate +12+5 "$txt" \ + convert ${TMPIMG} \ + -font Courier-Bold \ + -pointsize 22 \ + -kerning 4 \ + -fill ${TEXTCOL} \ + -strokewidth 2 -stroke $STROKOL \ + -gravity north \ + -annotate +12+5 "$txt" \ ${img} fin=$(date +%s) echo @@ -62,6 +63,6 @@ echo ff_encodage $SEQNAME wip-${SEQNAME}.mp4 -echo "build of $SEQNAME done" | tee -a WS/log +echo "build of '$SEQNAME' done" | tee -a WS/log