cosmetic: change display of frame number

This commit is contained in:
Tonton Th 2025-02-07 23:16:17 +01:00
parent 8b5dbb7a99
commit 46bb5ee3da

View File

@ -34,9 +34,9 @@ do
# echo $frame $img $txt # echo $frame $img $txt
convert ${TMPIMG} \ convert ${TMPIMG} \
-font Courier-Bold \ -font Courier-Bold \
-pointsize 16 \ -pointsize 14 \
-fill ${TEXTCOL} \ -fill ${TEXTCOL} \
-gravity south-west \ -gravity north \
-annotate +12+5 "$txt" \ -annotate +12+5 "$txt" \
${img} ${img}
fin=$(date +%s) fin=$(date +%s)