anothermartz / Easy-Wav2Lip

Colab for making Wav2Lip high quality and easy to use
495 stars 76 forks source link

when run Easy-Wav2Lip in ubuntu linux system, OSError Exec format error : 'ffprobe' #60

Open MiaoJiawei97 opened 2 months ago

MiaoJiawei97 commented 2 months ago

i think it may caused by ffprobe static package is not a support format for ubuntu. i can see https://evermeet.cx/ffmpeg/ is for Mac OS system, not for linux

so, i want know how can i fix this, can u provide ffprobe static package for ubuntu, thanks .

anothermartz commented 2 months ago

Ah whoops, the website I use in the installation instructions is a macos centric website, you should be able to get ffmpeg and co from here:

https://ffmpeg.org/download.html

It may be possible to install using the following commands after activating the

Easy-Wav2Lip-venv

sudo apt install ffmpeg
sudo apt install ffprobe
sudo apt install ffplay

I'll update the readme soon with this in mind, thanks for bringing it to my attention :)

MiaoJiawei97 commented 2 months ago

onlysudo apt install ffmpeg is enough, is work now