patch for the futur ?
This commit is contained in:
parent
da5afe8283
commit
7a17acc39e
@ -23,7 +23,8 @@ echo $POVOPT ; echo ; sleep 2
|
|||||||
|
|
||||||
TMPIMG=/dev/shm/${SEQNAME}-tmp.png
|
TMPIMG=/dev/shm/${SEQNAME}-tmp.png
|
||||||
echo "TMPIMG" ${TMPIMG} | tee -a WS/log # DEBUG !
|
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
|
do
|
||||||
|
|
||||||
img=$(printf "frames/%s/%05d.png" $SEQNAME $frame)
|
img=$(printf "frames/%s/%05d.png" $SEQNAME $frame)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user