cosmetic
This commit is contained in:
parent
9560b26090
commit
212993963d
@ -43,7 +43,7 @@ do
|
||||
# echo $frame $img $txt
|
||||
convert ${TMPIMG} \
|
||||
-font Courier-Bold \
|
||||
-pointsize 14 \
|
||||
-pointsize 16 \
|
||||
-kerning 4 \
|
||||
-fill ${TEXTCOL} \
|
||||
-gravity north \
|
||||
@ -51,7 +51,7 @@ do
|
||||
${img}
|
||||
fin=$(date +%s)
|
||||
echo
|
||||
printf "%-12s %4d %4d\n" \
|
||||
printf "%-12s %5d %5d\n" \
|
||||
${SEQNAME} $frame $(( fin-debut )) | \
|
||||
tee -a WS/mp4.timing
|
||||
echo ; sleep 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user