This commit is contained in:
Tonton Th 2024-12-16 14:18:21 +01:00
parent 6b16d3fb75
commit 7936e64a06

View File

@ -8,10 +8,10 @@ TYPE="gif89a"
NBFRAMES=180 NBFRAMES=180
case $TYPE in case $TYPE in
"gif89a") DIMS="-W640 -H400" ;; "gif89a") DIMS="-W640 -H480" ;;
"mp4") DIMS="-W1280 -H1024" ;; "mp4") DIMS="-W1280 -H1024" ;;
esac esac
POVOPT="+q9 +a -d ${DIMS}" POVOPT="+q9 +a -d ${DIMS} -WT6"
echo $POVOPT ; echo ; sleep 2 echo $POVOPT ; echo ; sleep 2
TMPIMG=/dev/shm/tmpimg.png TMPIMG=/dev/shm/tmpimg.png
@ -27,7 +27,7 @@ do
echo $frame $img $txt echo $frame $img $txt
convert ${TMPIMG} \ convert ${TMPIMG} \
-pointsize 14 \ -pointsize 14 \
-fill white \ -fill green \
-gravity south \ -gravity south \
-annotate +0+0 "$txt" \ -annotate +0+0 "$txt" \
${img} ${img}