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