Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add [PlayImageSequence] op #437

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

anosci
Copy link
Contributor

@anosci anosci commented May 22, 2024

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

this op is an alternative to [PlayVideo] that uses a series of images in a folder directly
@pixtur
Copy link
Collaborator

pixtur commented Jun 9, 2024

Have you seen [ImageSequenceClip] ?

@anosci
Copy link
Contributor Author

anosci commented Jun 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants