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
10.24k stars 2.2k forks source link

FileNotFoundError: [WinError 2] The system cannot find the file specified #514

Open sabareeshmj opened 1 year ago

sabareeshmj commented 1 year ago

Traceback (most recent call last): File "inference.py", line 280, in main() File "inference.py", line 277, in main subprocess.call(command, shell=platform.system() != 'Windows') File "C:\Users\yadhu\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 287, in call with Popen(*popenargs, **kwargs) as p: File "C:\Users\yadhu\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 729, in init restore_signals, start_new_session) File "C:\Users\yadhu\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 1017, in _execute_child startupinfo) FileNotFoundError: [WinError 2] The system cannot find the file specified

Khey17 commented 1 year ago

I got the same error, but this worked for me 👇 You need to install this https://www.gyan.dev/ffmpeg/builds/ and add a new Path variable in the System Environment Variables

sabareeshmj commented 1 year ago

My problem was with the system, not with code or packages. After I used a high performance system the program rans successfully. 🤞🏽

On Tue, Jul 18, 2023, 06:27 Karthikheyaa Kurra @.***> wrote:

I got the same error, but this worked for me 👇 You need to install this https://www.gyan.dev/ffmpeg/builds/ and add a new Path variable in the System Environment Variables

— Reply to this email directly, view it on GitHub https://github.com/Rudrabha/Wav2Lip/issues/514#issuecomment-1639114566, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6HNRBH54NFG5KEVJQBKYQDXQXNP3ANCNFSM6AAAAAAZSLZP54 . You are receiving this because you authored the thread.Message ID: @.***>

AIhasArrived commented 10 months ago

My problem was with the system, not with code or packages. After I used a high performance system the program rans successfully. 🤞🏽 On Tue, Jul 18, 2023, 06:27 Karthikheyaa Kurra @.> wrote: I got the same error, but this worked for me 👇 You need to install this https://www.gyan.dev/ffmpeg/builds/ and add a new Path variable in the System Environment Variables — Reply to this email directly, view it on GitHub <#514 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6HNRBH54NFG5KEVJQBKYQDXQXNP3ANCNFSM6AAAAAAZSLZP54 . You are receiving this because you authored the thread.Message ID: @.>

How do you do that? run high perf?

AIhasArrived commented 10 months ago

I got the same error, but this worked for me 👇 You need to install this https://www.gyan.dev/ffmpeg/builds/ and add a new Path variable in the System Environment Variables

thanks. instead of doind that, I just placed some .exe files related to ffmpeg to the FOLDER and it worked (i had to restart the env)