pimping
This commit is contained in:
parent
6b16d3fb75
commit
7936e64a06
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user