astridcasadei
Results
1
comments of
astridcasadei
I had the same problem as helasraizam when using 'concatenate_videoclips' and 'preview'. His workaround didn't work for me, but the following did: ``` #!/usr/bin/env python3 import moviepy.editor as mpy clip=mpy.VideoFileClip("sample.mp4")...