cosmetic
This commit is contained in:
@@ -39,15 +39,16 @@ do
|
||||
continue
|
||||
fi
|
||||
set -e
|
||||
txt=$(printf "%s %03d" ${SEQNAME} $frame | tr '01' 'ol')
|
||||
txt=$(printf "%s %03d" ${SEQNAME} $frame | tr '01' 'ol')
|
||||
# echo $frame $img $txt
|
||||
convert ${TMPIMG} \
|
||||
-font Courier-Bold \
|
||||
-pointsize 20 \
|
||||
-kerning 3 \
|
||||
-fill ${TEXTCOL} \
|
||||
-gravity north \
|
||||
-annotate +12+5 "$txt" \
|
||||
convert ${TMPIMG} \
|
||||
-font Courier-Bold \
|
||||
-pointsize 22 \
|
||||
-kerning 4 \
|
||||
-fill ${TEXTCOL} \
|
||||
-strokewidth 2 -stroke $STROKOL \
|
||||
-gravity north \
|
||||
-annotate +12+5 "$txt" \
|
||||
${img}
|
||||
fin=$(date +%s)
|
||||
echo
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user