Closed vomitwolf closed 1 week ago
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\bin
You have to ensure than ffmpeg in your enviroment path and that it response when executed 'ffmpeg' in your powershell
yes, It worked !!!!!!!!!!
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
core.run()
File "/Users/vomitwolf/Deep-Live-Cam/modules/core.py", line 237, in run
if not pre_check():
^^^^^^^^^^^
File "/Users/vomitwolf/Deep-Live-Cam/modules/core.py", line 158, in pre_check
update_status('ffmpeg is not installed.')
File "/Users/vomitwolf/Deep-Live-Cam/modules/core.py", line 166, in update_status
ui.update_status(message)
File "/Users/vomitwolf/Deep-Live-Cam/modules/ui.py", line 137, in update_status
status_label.configure(text=text)
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'configure'