This commit is contained in:
Tonton Th 2025-11-13 19:20:50 +01:00
parent 9560b26090
commit 212993963d

View File

@ -43,7 +43,7 @@ do
# echo $frame $img $txt
convert ${TMPIMG} \
-font Courier-Bold \
-pointsize 14 \
-pointsize 16 \
-kerning 4 \
-fill ${TEXTCOL} \
-gravity north \
@ -51,7 +51,7 @@ do
${img}
fin=$(date +%s)
echo
printf "%-12s %4d %4d\n" \
printf "%-12s %5d %5d\n" \
${SEQNAME} $frame $(( fin-debut )) | \
tee -a WS/mp4.timing
echo ; sleep 2