Deep-Live-Cam
Deep-Live-Cam copied to clipboard
'Nonetype' object has no attribute 'configure'/ffmpeg not installed but IS installed
warnings.warn(msg, RuntimeWarning)
[DLC.CORE] ffmpeg is not installed.
Traceback (most recent call last):
File "/Users/vomitwolf/Deep-Live-Cam/run.py", line 6, in
ffmpeg is not installed.
same issue
Yes, I have this problem too. I tried to install it here https://www.youtube.com/watch?v=OlNWCpFdVMA and here https://phoenixnap.com/kb/ffmpeg-windows
execute "iex (irm ffmpeg.tc.ht)" in your powershell and install ffmpeg ,then restart your ide ,it will work
execute "iex (irm ffmpeg.tc.ht)" in your powershell and install ffmpeg ,then restart your ide ,it will work
what type of ffmpeg i need to install?
nothing has changed
I don't know what I did, but now app starts. I changed PATH. Now its not C:\ProgramData\chocolatey\bin\ffmpeg.exe, its C:\ProgramData\chocolatey\bin
I had the same issue, i installed ffmpeg from here: https://www.ffmpeg.org/download.html#build-windows and added the ffmpeg.exe file to the PATH environment variable and it worked.
i dont know what i do, but now app starts. I changed PATH. Now its not
C:\ProgramData\chocolatey\bin\ffmpeg.exe, itsC:\ProgramData\chocolatey\bin
You have to ensure than ffmpeg in your enviroment path and that it response when executed 'ffmpeg' in your powershell
i dont know what i do, but now app starts. I changed PATH. Now its not
C:\ProgramData\chocolatey\bin\ffmpeg.exe, itsC:\ProgramData\chocolatey\binYou have to ensure than ffmpeg in your enviroment path and that it response when executed 'ffmpeg' in your powershell
yes, It worked !!!!!!!!!!