This commit is contained in:
Tonton Th 2025-01-22 19:30:23 +01:00
parent 05f40fae75
commit 27891b70dc

View File

@ -25,7 +25,7 @@ do
err=$? err=$?
if [ $err != 0 ] ; then if [ $err != 0 ] ; then
echo "$SEQNAME fail $frame" >> WS/log echo "$SEQNAME fail $frame" >> WS/log
mogrify -colorspace gray $img mogrify -colorspace gray -blur 5x5 $img
visual_sleep 12 visual_sleep 12
continue continue
fi fi