Closed isaacsouthwell closed 1 year ago
Hey! I recently added FFMPEG to the prerequisites. This issue might be related to that if you dont have it downloaded.
I ran into the exact same issue. What is needed with FFMPEG? Install it? Run it? Can you address the specifics in the README, please?
The easiest way to set up FFMPEG would be to run these two commands in admin PowerShell:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco install ffmpeg-full
Let me know if this works.
Yes, that worked for me.
I ran into an issue trying to run the code. Python version 3.11, all requirements were installed via requirements.txt.