I am writing video after concatenating different clips using moviepy. On writing that video file it takes too much time to write that and sometimes it stuck on writing.
I have also used options like threads, bitrate, fps, logger but still facing this issue. Video length can be 15 minutes. But it should not take more than 1 hour. I am using Azure App Service Plan with 16 gb memory and 4 vCPU. How can I handle this issue? Is there any best alternative for this?