Rudrabha / Wav2Lip

This repository contains the codes of "A Lip Sync Expert Is All You Need for Speech to Lip Generation In the Wild", published at ACM Multimedia 2020. For HD commercial model, please try out Sync Labs
https://synclabs.so
9.74k stars 2.11k forks source link

wav2lip not working for me please help!!! #676

Open zwin55 opened 1 month ago

zwin55 commented 1 month ago

i made one great video i was really pleased with, and then the second time i tried to run wav2lip i've been getting the same error over and over....it happens on different computers, and different web browsers too so I don't think i've done anything wrong?

i open the google colab, click "connect" top right and successfully connect to the python 3....

then i press the play button to run step one, i get the warning message, i click run anyway, it goes through its process, and I get a red exclamation point saying it was unsuccessful and the reason why is: ModuleNotFoundError: No module named 'ffmpeg'

from there I obviously cannot get to steps 2 through 4 at all anymore.....please someone, help me fix this!!!

Vyaas99 commented 1 week ago

Hi! I have worked on audio projects before and not many mention this but you need to have ffmpeg installed on your computer to complete the necessary audio operations. On google colab, you can try running "!apt install ffmpeg"

Vyaas99 commented 1 week ago

I just saw your other issue that you had created and glad to see another person already helped you out