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
So, I was trying to make a "auto editor", but in process I made a "auto shorts video", but the image of the pngtuber just corrupts when I try to give it a zoom in effect with this: lambda t: 1 + 0.01 * t . Someone can help me?
Expected Behavior
The image should zoom in and rotate a little without problems
So, I was trying to make a "auto editor", but in process I made a "auto shorts video", but the image of the pngtuber just corrupts when I try to give it a zoom in effect with this:
lambda t: 1 + 0.01 * t
. Someone can help me?Expected Behavior
The image should zoom in and rotate a little without problems
Actual Behavior
The png corrupts and becomes transparent where it shouldn't
Video (in portuguese) showing the problem: https://www.reddit.com/r/moviepy/comments/1gmfzd5/corrupted_png_in_resize/ (yes, I posted in reddit)
Steps to Reproduce the Problem
The problem just appear when I put it in my code
.resize(lambda t: 1 + 0.01 * t)
Function video_gen() code
Specifications
The text was updated successfully, but these errors were encountered: