Open Alexbabylon opened 8 months ago
here is same
I had the same problem and could fix it like mentioned here: https://github.com/openai/whisper/discussions/1468 I had to install ffmpeg in the virtual enviroment(venv) created by the .bat files. I edited the start.bat and the activate.bat to get a cmd in the right enviroment.
start.bat:
Line 4: python .\src\main.py %*
to
Line 4: rem python .\src\main.py %*
activate.bat add:
Line 30: cmd /k
Start the start.bat
In the terminal run:
conda install -c conda-forge ffmpeg
can some help please with this issue ?
thanks