Possible to submit custom frames with chunk size?

Hi. I’m curious if it is possible to have chunk size with custom frames?

For example it’s very common for us to submit a 10th or 20th which ideally we want each task to be able to render these in chunks. So

task 1: frame 100,110,120,130,140

task 2: frame 150,160,170,180,190

At the moment these frames would get split up into 1 frame per task no matter the number we enter for chunk size.

100-140x10 should do the tricks :slight_smile:

this will render staarting from frame 100 to 140 every 10 frames

You could also set the job as framelist : 1-1000x20, 1-1000x10, 1-1000x5, 1-1000
It will render first every 20 frame, then every 10 frame (skipping those already rendered), then every 5 frames (skipping those already rendered), then all other ones.

Frame per task will only work if frames are successive.

Thank you for chiming in. That is unfortunate :frowning: