Zulko / moviepy

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

how to stop the process ? #2074

Open hossien014 opened 7 months ago

hossien014 commented 7 months ago

when I use write_videofile() function a process will start. how can I stop this process without killing the whole application?

keikoro commented 4 months ago

In your PR you say "Moviepy couldn't stop the video creation process" – what exactly does this mean? Does this correspond to what others have reported in older issues? Problems with closing clips?

I guess I'm confused because your question here, "how can I stop this process", is so non-specific and you didn't leave any info on what MoviePy version you are currently using.