commit du soir, espoir

This commit is contained in:
Tonton Th
2025-02-04 01:06:18 +01:00
parent aed3fa6cf7
commit 3117141b52
18 changed files with 125 additions and 81 deletions

View File

@@ -10,7 +10,7 @@ SEQNAME="$1"
echo "Running $0 $SEQNAME" >> WS/log
DIMS="-W$Img_Width -H$Img_Height"
POVOPT="+q9 +A -d ${DIMS} -WT6"
POVOPT="+q9 +A0.02 -d ${DIMS} -WT5"
echo $POVOPT ; echo ; sleep 2
TMPIMG=/dev/shm/${SEQNAME}-tmp.png
@@ -36,16 +36,18 @@ do
-font Courier-Bold \
-pointsize 16 \
-fill ${TEXTCOL} \
-gravity south \
-annotate +0+5 "$txt" \
-gravity south-west \
-annotate +12+5 "$txt" \
${img}
fin=$(date +%s)
echo
echo ${SEQNAME} $frame $(( fin - debut )) | \
tee -a WS/mp4.timing
echo ; sleep 3
printf "%-12s %4d %4d\n" \
${SEQNAME} $frame $(( fin-debut )) | \
tee -a WS/mp4.timing
echo ; sleep 2
done
date --utc > WS/$SEQNAME.done
echo
ff_encodage $SEQNAME wip-${SEQNAME}.mp4