ynput / ayon-core

Apache License 2.0
27 stars 32 forks source link

Chore: Burnin script shell execution #646

Closed iLLiCiTiT closed 3 months ago

iLLiCiTiT commented 3 months ago

Changelog Description

Try to auto-fix usage of shell=True in burnin script.

Additional info

In some cases the shell set to True might cause that the subprocess don't have access to the executable. Ideal case would be to not use shell=True at all, that would require more modifications. To avoid it we can run "testing" ffmpeg command and change it to False if it crashes.