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
Hi - Thank you for creating this library - very useful!
Do you think it's possible to pass in an array of loop / durations, such that we can control how long each image is shown before transitioning?
Thanks again!
The text was updated successfully, but these errors were encountered:
Yes, see this example for controlling how long an image should be displayed:
videoshow([{path: 'image1.jpg',loop: 5,// secondscaption: 'Hello world as video subtitle'},{path: 'image2.jpg',caption: 'This is a sample subtitle',loop: 10// seconds}]).save('video.mp4').on('error',function(){}).on('end',function(){})
Hi - Thank you for creating this library - very useful!
Do you think it's possible to pass in an array of loop / durations, such that we can control how long each image is shown before transitioning?
Thanks again!
The text was updated successfully, but these errors were encountered: