Frames of image strip

Hi there, do you know if it possible to control the playback order of an image strip?

Currently you know by loading a series of images that they can play by default on compositor or video editor.

I would be interested to know if it is possible to alter the playback with a little of Python logic.

You can add a driver to an image/movie input node frame value or offset value. This can be simple python code. I have successfully created skip frame or speed changes. I guess you could generate specific values to insert in these fields. What effect do you want to produce?

Btw the addon “vse strip to compositor” does something like this.

Sorry double post.

I grabbed some frames of a video and now I will play the frames based on a noise driver.

Now a problem I see is that I will have to check how to not let the image node sync with the animation timeline.