Compare commits

..

2 Commits

Author SHA1 Message Date
Tonton Th
4e960026d2 no more useless msg in log 2025-12-22 18:25:03 +01:00
Tonton Th
83b32f6c27 calmer la camera qui bouge trop 2025-12-21 17:18:51 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ object { Repere scale 2 translate y*2 }
#declare Pos = sqrt(NormClock+0.02); #declare Pos = sqrt(NormClock+0.02);
#declare PosCam = Interpolate(Debut, Fin, Pos); #declare PosCam = Interpolate(Debut, Fin, Pos);
#declare LatX = 3 * sin(NormClock*7.1); #declare LatX = 1.414 * sin(NormClock*7.1);
#declare LatCam = PosCam + <LatX, -20, -(4+(NormClock+11))>; #declare LatCam = PosCam + <LatX, -20, -(4+(NormClock+11))>;
camera { camera {

View File

@ -17,7 +17,7 @@ fi
# echo "plot timing $sequence" >> WS/log # echo "plot timing $sequence" >> WS/log
count=$( grep $sequence WS/mp4.timing | wc -l ) count=$( grep $sequence WS/mp4.timing | wc -l )
echo "$count samples for $sequence" | tee -a WS/log echo "$count samples for $sequence"
grep $sequence WS/mp4.timing | tail -4000 | awk \ grep $sequence WS/mp4.timing | tail -4000 | awk \
-v nbframes=$NBFRAMES \ -v nbframes=$NBFRAMES \