Skip to content

FileNotFoundError: [WinError 2] #165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
simonhsy opened this issue Apr 18, 2025 · 1 comment
Open

FileNotFoundError: [WinError 2] #165

simonhsy opened this issue Apr 18, 2025 · 1 comment

Comments

@simonhsy
Copy link

After trying to render the file in web portal, it comes out the error FileNotFoundError: [WinError 2] the System Cannot Find the File Specified.

Both happened for app_svc and app_vc. Real-time-gui works fine.

@hifumi12390
Copy link

I had the same issue, and in my case, it was caused by not adding ffmpeg to the system PATH.
Starting from the V2 implementation version, it seems like the seed-vc directory no longer references the bundled ffprobe, or ffmpeg has become a required dependency.
Either way, the reliable solution is to download the full build of ffmpeg and add the bin folder to your system PATH.
Please follow the steps below:

  1. Download the binary (look for ffmpeg-7.1.1-full_build.zip):
    https://github.com/GyanD/codexffmpeg/releases

  2. Extract the full_build.zip and move the folder to a location of your choice (Recommended: create a folder named FFmpeg directly under the C drive and put the extracted folder inside it).

  3. Press Win + R, type sysdm.cpl, and hit Enter to open System Properties. Go to the "Advanced" tab and click the "Environment Variables" button at the bottom right.

  4. Under "System variables", select Path and click "Edit".

  5. Click "New", then add the path to ffmpeg's bin folder (e.g., C:\FFmpeg\ffmpeg-7.1.1-full_build\bin). Click OK to apply the changes and you're done."

I hope it works out for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants