You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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).
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.
Under "System variables", select Path and click "Edit".
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."
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.
The text was updated successfully, but these errors were encountered: