little tweaks
This commit is contained in:
parent
2c87793fb1
commit
7665329c25
@ -11,7 +11,7 @@ case $TYPE in
|
|||||||
"gif89a") DIMS="-W640 -H480" ;;
|
"gif89a") DIMS="-W640 -H480" ;;
|
||||||
"mp4") DIMS="-W1280 -H1024" ;;
|
"mp4") DIMS="-W1280 -H1024" ;;
|
||||||
esac
|
esac
|
||||||
POVOPT="+q9 +a -d ${DIMS} -WT6"
|
POVOPT="+q9 +a0.02 -d ${DIMS} -WT6"
|
||||||
echo $POVOPT ; echo ; sleep 2
|
echo $POVOPT ; echo ; sleep 2
|
||||||
|
|
||||||
TMPIMG=/dev/shm/tmpimg.png
|
TMPIMG=/dev/shm/tmpimg.png
|
||||||
@ -26,8 +26,8 @@ do
|
|||||||
txt=$(printf "#%03d" $frame)
|
txt=$(printf "#%03d" $frame)
|
||||||
echo $frame $img $txt
|
echo $frame $img $txt
|
||||||
convert ${TMPIMG} \
|
convert ${TMPIMG} \
|
||||||
-pointsize 14 \
|
-pointsize 16 \
|
||||||
-fill green \
|
-fill orange \
|
||||||
-gravity south \
|
-gravity south \
|
||||||
-annotate +0+0 "$txt" \
|
-annotate +0+0 "$txt" \
|
||||||
${img}
|
${img}
|
||||||
@ -41,7 +41,7 @@ echo
|
|||||||
|
|
||||||
case $TYPE in
|
case $TYPE in
|
||||||
"gif89a") convert -delay 8 -dither none \
|
"gif89a") convert -delay 8 -dither none \
|
||||||
-colors 102 frames/* foo.gif ;;
|
-colors 109 frames/* foo.gif ;;
|
||||||
esac
|
esac
|
||||||
ls -lh foo.gif
|
ls -lh foo.gif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user