ImageClip(imagePath).set_duration(lengthDuretion) Help on lengthDuretion #1720
Replies: 1 comment
-
|
Please use the regular issue tracker or ask a question on SO, the discussion board isn't really the best place to post these kinds of questions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ImageClip(imagePath).set_duration(lengthDuretion)
I am a little bit noob, so I am here for help.
How can I set ImagePath and lengthDuretion at once ... from 2 different arrays.
basically, for each different photo, I want a different time span.
now, what I am doing wrong, or what should I do.?
for i in imageFileList:
_______clip = [ImageClip(i).set_duration(I want to set this also)]
concat_clip = concatenate_videoclips(clips, method="compose")
concat_clip.write_videofile("test.mp4", fps=24)
Thanks in advance...
Beta Was this translation helpful? Give feedback.
All reactions