Skip to content
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

Executable 'ffprobe' not found - FFPROBE PATH not set #9

Closed
v8hid opened this issue Apr 15, 2023 · 1 comment
Closed

Executable 'ffprobe' not found - FFPROBE PATH not set #9

v8hid opened this issue Apr 15, 2023 · 1 comment
Labels
known bug We know what causing the problem

Comments

@v8hid
Copy link
Owner

v8hid commented Apr 15, 2023

I have the same problem and found some manual workaround; if not solution.
My setup is Windows, SD is latest version (22bcc or so)

ffrpobe is still not found.
I "pip install ffprobe", did not help.
The pyffprobe is only a wrapper for some ffprope.exe, which has to be

  • available on disk
  • and in ENV:PATH

So, I downloaded from github latest ffmpeg release (https://github.com/BtbN/FFmpeg-Builds/releases) and
upacked somewhere.
Now, you need to extend the PATH variable in the context where you SD-Webui is started; either manually
set PATH=%PATH%;C:\Users\YOU\Downloads\ffmpeg-master-latest-win64-gpl\bin

Pros put that in their web-user.bat...

@v8hid You could solve that more elegant by provide a Settings-property "PathToFFMPEG" and set OS.Path accordingly

Originally posted by @GeorgLegato in #3 (comment)

@v8hid v8hid added the known bug We know what causing the problem label Apr 15, 2023
@nicholassun99
Copy link
Contributor

Hi, I am the guy who got the error in Issue 3. I manage to fix the error by including the path to the ffprobe executable. Setting the path to the bin directory containing the executable did not work for me.

@v8hid v8hid closed this as completed in 9a1bfe8 Apr 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
known bug We know what causing the problem
Projects
None yet
Development

No branches or pull requests

2 participants