cosmetic
This commit is contained in:
parent
98248e6cbb
commit
6c78be63d8
@ -5,6 +5,6 @@ Img_Height=720
|
||||
|
||||
# for imagemagick
|
||||
TEXTCOL="bisque"
|
||||
STROKOL="SeaGreen"
|
||||
STROKOL="Green"
|
||||
|
||||
NBFRAMES=450
|
||||
|
||||
@ -43,9 +43,10 @@ do
|
||||
# echo $frame $img $txt
|
||||
convert ${TMPIMG} \
|
||||
-font Courier-Bold \
|
||||
-pointsize 20 \
|
||||
-kerning 3 \
|
||||
-pointsize 22 \
|
||||
-kerning 4 \
|
||||
-fill ${TEXTCOL} \
|
||||
-strokewidth 2 -stroke $STROKOL \
|
||||
-gravity north \
|
||||
-annotate +12+5 "$txt" \
|
||||
${img}
|
||||
@ -62,6 +63,6 @@ echo
|
||||
|
||||
ff_encodage $SEQNAME wip-${SEQNAME}.mp4
|
||||
|
||||
echo "build of $SEQNAME done" | tee -a WS/log
|
||||
echo "build of '$SEQNAME' done" | tee -a WS/log
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user