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 was using Moviepy for some project. I needed to concatenate multiple short VideoClip to make one final Clip before writing it to the disk. But it seems that Moviepy doesn't allow to have more than one VideoClip in the memory at a time.I tried to write them after making an array but observed that each of the written VideoClips were the same . I had to write each of the VideoClip and then had to read them again as VideoFileClip to use concatenate_videoclips. It would be better if we could have multiple VideoClip Instances
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was using Moviepy for some project. I needed to concatenate multiple short VideoClip to make one final Clip before writing it to the disk. But it seems that Moviepy doesn't allow to have more than one VideoClip in the memory at a time.I tried to write them after making an array but observed that each of the written VideoClips were the same . I had to write each of the VideoClip and then had to read them again as VideoFileClip to use concatenate_videoclips. It would be better if we could have multiple VideoClip Instances
Beta Was this translation helpful? Give feedback.
All reactions