patch for the futur ?

This commit is contained in:
Tonton Th 2025-10-25 11:18:40 +02:00
parent da5afe8283
commit 7a17acc39e

View File

@ -23,7 +23,8 @@ echo $POVOPT ; echo ; sleep 2
TMPIMG=/dev/shm/${SEQNAME}-tmp.png
echo "TMPIMG" ${TMPIMG} | tee -a WS/log # DEBUG !
for frame in $(seq $START $((NBFRAMES-1)))
INC=1
for frame in $(seq $START $INC $((NBFRAMES-1)))
do
img=$(printf "frames/%s/%05d.png" $SEQNAME $frame)