Zulko / moviepy

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

Performance problem with MoviePy #2020

Open HasseM opened 11 months ago

HasseM commented 11 months ago

12900KS + RTX3090 and a 8 seconds video takes 216 seconds to render (several text clips on an image background).

How can I speed this up?

I tried: ffmpegpath = r"D:\vidgen\ffmpeg\bin\ffmpeg.exe" os.environ["FFMPEG_BINARY"] = ffmpegpath

But even with: ffmpegpath = r"D:\vidgen\ffmTHISPATHDOESNOTEXISTpeg\bin\ffmpeg.exe" os.environ["FFMPEG_BINARY"] = ffmpegpath

I do not get an error and the same performance.

I see next to nothing on CPU and GPU load..... What can I do to speed it up?