moviepy.tools.cross_platform_popen_params#
- moviepy.tools.cross_platform_popen_params(popen_params)[source]#
Wrap with this function a dictionary of
subprocess.Popen
kwargs and will be ready to work without unexpected behaviours in any platform. Currently, the implementation will add to them:creationflags=0x08000000
: no extra unwanted window opens on Windows when the child process is created. Only added on Windows.