tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.48k stars 193 forks source link

Add [PlayImageSequence] op #437

Open anosci opened 6 months ago

anosci commented 6 months ago

This adds an op that's an alternative to [PlayVideo]. it uses a series of images in a folder directly, displaying each one sequentially.

pixtur commented 5 months ago

Have you seen [ImageSequenceClip] ?

anosci commented 5 months ago

I somehow completely missed [ImageSequenceClip]...

Looking at it, that's a far less featured version of my [PlayImageSequence], and it outputs directly to a . I've found the ability to output as to be far more useful. It's quite trivial to make your own timeclip from there.

My op also includes a few QOL features that I mostly made for myself (loop ranges and such), though whether those are necessary is debatable.