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