You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run the video generator on a 16 vcpus windows machine. But the cpu utilization is only 32% while the script is generating video. Is there a way to use all cpu while processing/rendering the video in the script. Do we have to program the script separately to use parallelism. Can any assist.Thanks.
The text was updated successfully, but these errors were encountered:
All rendering is handled by moviepy which is a wrapper for ffmpeg. There's an option to specify the amount threads in generatemovie.py for write_video, try changing that value and see if makes any difference.
I tried to run the video generator on a 16 vcpus windows machine. But the cpu utilization is only 32% while the script is generating video. Is there a way to use all cpu while processing/rendering the video in the script. Do we have to program the script separately to use parallelism. Can any assist.Thanks.
The text was updated successfully, but these errors were encountered: