You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a video of images, where the input consists of multiple images.
I didn't find any solution, how to set multiple images as an input and set the duration of each image.
Could I add an image after image or set a list with images?
In the CL I can set the input to be a .txt file, which contains the path and the duration of each image.
What you have tried
I tried giving a .txt file as an input, but a string argument is required.
I tried to add multiple .addInput() statements, but I am only able to hardcode them.
Is there any way of doing this task?
The text was updated successfully, but these errors were encountered:
I am trying to create a video of images, where the input consists of multiple images.
I didn't find any solution, how to set multiple images as an input and set the duration of each image.
Could I add an image after image or set a list with images?
In the CL I can set the input to be a .txt file, which contains the path and the duration of each image.
What you have tried
I tried giving a .txt file as an input, but a string argument is required.
I tried to add multiple .addInput() statements, but I am only able to hardcode them.
Is there any way of doing this task?
The text was updated successfully, but these errors were encountered: