Anyone else getting giant, stroby/corrupt videos after combining 3 images using ImageClips in moviepy 2.1.2? #2369
Unanswered
Jediweirdo
asked this question in
Q&A
Replies: 1 comment
-
You should try pass |
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.
-
~~ Quick Note before starting: I've been debating if I should post this since it's similar to #2368, but my implementation of ImageClips is different (they used ImageSequeneClips, while I manually combined ImageClips and Colorclips) and I was able to produce a working-ish video of the problem as well as a download link so you can examine it yourself ~~
New moviepy user here:
I've been trying to use Moviepy to make a QR-code photo slideshow. In theory, it should be as simple as doing something like this:
However, life can't be that simple. When I tried to combine these 2 QR codes:


I would only get a pitch-black video. Then, after hours of troubleshooting, I eventually decided to try adding some random screenshot I had saved on my computer to the mix (sorry in advance):

Apparently, moviepy HATED this screenshot, as its resulting 1-and-a-half-hour video was so scuffed that it crashed my code editor upon loading it. Windows' built-in media player also refuses to play video. After downloading a new media player in an attempt to play the resulting video, it looked like this:
Screen.Recording.2025-02-10.002847.mp4
If you want to look at the video's internals yourself, I'll link it to this Google Drive. As for system specs, I run an A MD Ryzen 7 5800H with 16GB of RAM and an RTX3050Ti as the graphics card. Software-wise, I'm on Windows 11 24H2 (Build 26100.3037) using Moviepy v2.1.2. Any ideas for what's causing it?
Beta Was this translation helpful? Give feedback.
All reactions