Replies: 1 comment
-
For Mac (с Homebrew):brew install ffmpeg For Linux (Ubuntu/Debian):sudo apt install ffmpeg For Windows (с Chocolatey):choco install ffmpeg This helped me on M1 Apple Silicon |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "D:\mider\Deep-Live-Cam\run.py", line 6, in
core.run()
File "D:\mider\Deep-Live-Cam\modules\core.py", line 245, in run
if not pre_check():
File "D:\mider\Deep-Live-Cam\modules\core.py", line 164, in pre_check
update_status('ffmpeg is not installed.')
File "D:\mider\Deep-Live-Cam\modules\core.py", line 172, in update_status
ui.update_status(message)
File "D:\mider\Deep-Live-Cam\modules\ui.py", line 689, in update_status
status_label.configure(text=text)
AttributeError: 'NoneType' object has no attribute 'configu 这是启动后控制台出现的问题
Beta Was this translation helpful? Give feedback.
All reactions