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 general loop #1886

Closed
CWBudde opened this issue Jun 23, 2023 · 0 comments · Fixed by #2280
Closed

Add general loop #1886

CWBudde opened this issue Jun 23, 2023 · 0 comments · Fixed by #2280

Comments

@CWBudde
Copy link

CWBudde commented Jun 23, 2023

Motivation
I want to build a zoom animation on a gigapixel image. In order to do so, I need to scale crop a single image depending on the frame index of the output video. However, I don't want to create a dummy video to do this with the video frame iterator.

Description
If I use the gigapixel PNG image as video source, it does not seem to work as the video has no actual length.

Instead, I would want a custom loop, where I could probably define the start and the end number ([frame] index).

Alternatives
If it's easier, I wouldn't mind if the 'Video Frame Iterator' would be expanded to handle this scenario as well.

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 a pull request may close this issue.

1 participant