antiboredom / videogrep

automatic video supercuts with python
https://antiboredom.github.io/videogrep
Other
3.33k stars 257 forks source link

Broken audio running videogrep in parallel in same environment #91

Closed secretrobotron closed 2 years ago

secretrobotron commented 2 years ago

I have been running videogrep in parallel within the same environment, and the audio usually gets cut off / mangled. I think the source of this problem is that in __init__.py, the temp audio file is hardcoded as temp-audio.m4a.

antiboredom commented 2 years ago

Should be fixed now!

secretrobotron commented 2 years ago

🐎