no more useless msg in log

This commit is contained in:
Tonton Th 2025-12-22 18:25:03 +01:00
parent 83b32f6c27
commit 4e960026d2

View File

@ -17,7 +17,7 @@ fi
# echo "plot timing $sequence" >> WS/log
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 \
-v nbframes=$NBFRAMES \