Zulko / moviepy

Video editing with Python
https://zulko.github.io/moviepy/
MIT License
12.09k stars 1.51k forks source link

2 sequentional VideoClip().rotate()'s fail #2042

Closed mgmman closed 9 months ago

mgmman commented 9 months ago

Expected Behavior

after invoking this function twice i would expect a video rotated by 180 deg, or the original video

Actual Behavior

first time function above works just fine, on the second time it produces black screen, and i believe it has to do with rotate() method

Steps to Reproduce the Problem

Specifications