79322479

Date: 2025-01-01 23:16:30
Score: 0.5
Natty:
Report link

I think it might have been changed in recent versions of moviepy to remove the .editor part. The work around for me was to be specific:

from moviepy import (
    ImageClip, 
    TextClip, 
    CompositeVideoClip, 
    AudioFileClip,
    concatenate_videoclips
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mdkb