Compare commits
2 Commits
b3bb7319a7
...
6c78be63d8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c78be63d8 | ||
|
|
98248e6cbb |
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
DIMS = -W1600 -H1200
|
DIMS = -W1600 -H1200
|
||||||
|
|
||||||
POVOPT = +q9 +A0.05 Declare=NbFrames=450 -d
|
POVOPT = +q9 +A0.05 -WT2 Declare=NbFrames=450 -d
|
||||||
|
|
||||||
POVDEP = contexte.inc hexacone.inc hexabenz.inc \
|
POVDEP = contexte.inc hexacone.inc hexabenz.inc \
|
||||||
hexastar.inc \
|
hexastar.inc \
|
||||||
|
|||||||
@ -5,6 +5,6 @@ Img_Height=720
|
|||||||
|
|
||||||
# for imagemagick
|
# for imagemagick
|
||||||
TEXTCOL="bisque"
|
TEXTCOL="bisque"
|
||||||
STROKOL="SeaGreen"
|
STROKOL="Green"
|
||||||
|
|
||||||
NBFRAMES=450
|
NBFRAMES=450
|
||||||
|
|||||||
@ -43,9 +43,10 @@ do
|
|||||||
# echo $frame $img $txt
|
# echo $frame $img $txt
|
||||||
convert ${TMPIMG} \
|
convert ${TMPIMG} \
|
||||||
-font Courier-Bold \
|
-font Courier-Bold \
|
||||||
-pointsize 20 \
|
-pointsize 22 \
|
||||||
-kerning 3 \
|
-kerning 4 \
|
||||||
-fill ${TEXTCOL} \
|
-fill ${TEXTCOL} \
|
||||||
|
-strokewidth 2 -stroke $STROKOL \
|
||||||
-gravity north \
|
-gravity north \
|
||||||
-annotate +12+5 "$txt" \
|
-annotate +12+5 "$txt" \
|
||||||
${img}
|
${img}
|
||||||
@ -62,6 +63,6 @@ echo
|
|||||||
|
|
||||||
ff_encodage $SEQNAME wip-${SEQNAME}.mp4
|
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