Zulko / moviepy

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

Can I run 'write_videofile' function with GPU ? #2155

Open hulk10425 opened 2 months ago

hulk10425 commented 2 months ago

Hi everyone!

I've been working on making a video with MoviePy recently, but when I finish editing and try to use 'write_videofile' function to export it, I find that a 10-minute video takes 2 hours to render.

Is there a way to use GPU for this? I think it would significantly reduce the time. Can you help me with this?"

Hetari commented 2 months ago

I am unsure if using moviepy in this way is valid or helpful, but I suggest utilizing moviepy.video.io.ffmpeg_writer. and try to use it

icynare commented 2 months ago

You can refer to https://github.com/Zulko/moviepy/issues/2011