diffus-me / sd-webui-facefusion

Next generation face swapper and enhancer
https://join.facefusion.io
92 stars 11 forks source link

[FACEFUSION.CORE] FFMpeg is not installed #22

Open ghost opened 9 months ago

ghost commented 9 months ago

Im trying to install facefusion but i get that FFMpeg is not installed, i tried installing with pip, and installed correctly, but facefusion cant find it somehow

mingming0426 commented 7 months ago

I've the same problem...

de-served commented 7 months ago

Same pip install ffmpeg-python pip install ffmpeg didn't helps

ps: pure python, conda uninstalled - too much troubles using venvs in conda vs far manager + conemu, my main program/"terminal" at all times

intuitionilates commented 7 months ago

try conda install -c conda-forge ffmpeg

it fixed it for me on windows

nalako9527 commented 5 months ago

请吧FFMpeg添加到环境变量即可

drdancm commented 3 months ago

Same Problem, I'm running under Stability Matrix, perhaps that makes a difference. It used to work in the past.

iwoolf commented 1 month ago

Sadly "conda install -c conda-forge ffmpeg" didn't fix it for me on Ubuntu. I tried getting a binary of ffmpeg with precompiled libraries. It allowed lots of processing that had never happened, and then the script tried to merge the final videos, and this version of ffmpeg didn't know the crf option facefusion uses. I'm stuck.