Thank you for the quick reply. I think my sequence needs a starting shift. What happened if instead of 0 1 2 3 4 4 the frames are 0 1 1 2 3 4 or 0 1 2 3 3 4. What is the syntax to enter this in the field?
"0 1 1 2 3 4" = skip second frame out of 6, so "0 1 3 4 5"
"0 1 2 3 3 4" = skip forth frame out of 6, so "0 1 2 3 5"
The cycle size is the chunk size, and then you specify, which frame indices you want to keep.
If the pattern changes, use sRestore instead. (this is way slower)
Cu Selur