diff --git a/tools/linkfarmer.sh b/tools/linkfarmer.sh index 66bf914..2778691 100755 --- a/tools/linkfarmer.sh +++ b/tools/linkfarmer.sh @@ -64,9 +64,11 @@ do copy_a_file $src done +PIC=$( printf "%s/%05d.png" $SRC $((NBFRAMES-1)) ) +# echo "End pic $PIC" >> WS/log for foo in $(seq 0 $NBRE) do - copy_a_file "$SRC/00359.png" + copy_a_file "$PIC" done } # ------------------------------------------------------- @@ -102,12 +104,12 @@ echo faire_la_fin () { local NBRE=160 -datetime=$(LANG=fr date -u +"%Y/%m/%d") +datetime=$(LANG=fr date -u +"%Y/%m/%d %H:%M") echo $datetime | tee -a WS/log local SRC="frames/escadrille/00299.png" local GRAY="/dev/shm/tmp-titre.png" -convert -colorspace gray -colors 27 $SRC $GRAY +convert -colorspace gray -colors 23 $SRC $GRAY for foo in $(seq 0 $NBRE) do @@ -121,7 +123,7 @@ do -strokewidth 2 -stroke $STROKOL \ -annotate +0+${Ypos} \ "un film de\ntTh des Bourtoulots" \ - -pointsize 52 \ + -pointsize 48 \ -strokewidth 1 \ -gravity south \ -annotate +0+110 "${datetime}" \