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 believe the problem you are seeing is caused by #2151. As a workaround, you can try to set your FPS to 30/1000, which should cancel out the unit conversion error.
I believe the problem you are seeing is caused by #2151. As a workaround, you can try to set your FPS to 30/1000, which should cancel out the unit conversion error.
Best, Tim
Well, I gave up long time ago and started using ffmpeg instead.
Hi,
I am trying to get gif out of a video using the moviepy module. I have the following code:
If I use it on this video, I get this gif. The problem is that I don't get the clip at the same speed of the video in that gif output when I use 1.0.
Am I not supposed to get it at the same speed if I use 1.0 as the speedx parameter?
The text was updated successfully, but these errors were encountered: