Easter Egg commit (big!)

This commit is contained in:
Tonton Th
2026-04-05 00:27:54 +02:00
parent c9dba8d6aa
commit 43f58d9ce9
30 changed files with 241 additions and 186 deletions

View File

@@ -1,10 +1,10 @@
# size of the video
Img_Width=1024
Img_Width=1152
Img_Height=720
# for imagemagick
TEXTCOL="Yellow"
STROKOL="Green"
NBFRAMES=450
NBFRAMES=480

View File

@@ -43,15 +43,15 @@ do
txt=$(printf "%03d" ${frame} | tr '01' 'ol')
# echo $frame $img $txt
convert ${TMPIMG} \
-font Courier-Bold \
-pointsize 48 \
-font Courier-Regular \
-pointsize 46 \
-kerning 4 \
-strokewidth 1 \
-fill ${STROKOL} -stroke ${TEXTCOL} \
-gravity south-west \
-annotate +25+5 "$txt" \
-gravity south-east \
-annotate +25+5 "$sqn" \
-gravity south-east \
-annotate +25+5 "$txt" \
${img}
fin=$(date +%s)
echo ; sleep 1

View File

@@ -19,7 +19,7 @@ fi
count=$( grep $sequence WS/mp4.timing | wc -l )
echo "$count samples for $sequence"
grep $sequence WS/mp4.timing | tail -4000 | awk \
grep $sequence WS/mp4.timing | tail -3000 | awk \
-v nbframes=$NBFRAMES \
' \
BEGIN { \
@@ -59,7 +59,7 @@ gnuplot << __EOC__
set term png size $Img_Width,$Img_Height
set output "timing.png"
set grid
set xrange [:450]
set xrange [0:${NBFRAMES}]
set yrange [0:]
set title "Séquence '${sequence}'"
set xlabel "numéro de la trame"