I get a `FileNotFoundError` from subprocess seemingly not finding ffmpeg. Adding `shell=True` to the `subprocess.run` command is a workaround.
I get a
FileNotFoundErrorfrom subprocess seemingly not finding ffmpeg.Adding
shell=Trueto thesubprocess.runcommand is a workaround.