-
Notifications
You must be signed in to change notification settings - Fork 70
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
ffmpeg not found. #45
Comments
It should download FFmpeg on its own after you start the application. You could try restarting the application to give it a chance to do that again. But it might be that something changed that broke the download on the server side, I noticed on the original repo there are also 2 fresh bug reports: |
Hmm no its certainly related, but actually their certificate is up to date when I open https://ffbinaries.com/api/v1/version/latest in the browser: |
Found the fix, but using it takes more work. The issue is that the electron (which is the ui framework used in this project) version used is quite old and it does not use the latest root certificates, so the certificate is not considered valid. To fix this, I updated electron to the latest version, but upgrading electron also requires some migration to work, so I am not sure how much work this is. |
As a workaround for now, please download it manually from https://ffbinaries.com/downloads. We need both ffmpeg and ffprobe Target folder:
|
Thank you, Stefan! Putting those two files (ffmpeg and ffprobe) worked for me, problem solved. |
I have this error having updated to 2.4.9 |
You’re right, on MacOS the workaround is required after the update, other platforms should be fine. |
@ENTPRESTIGIOUS just did a hotfix in 2.4.10, can you try again in a few minutes? |
@StefanLobbenmeier Thank you. Updating from 2.4.8 to 2.4.10 fixed this error for me. |
I have 2.5.4 installed on my MacBook Pro M3 pro and still have this issue also after replacing ffmpeg and ffprobe as described above. Am I missing something or am I doing something it wrong? |
@philoupd one thing that might cause this is that it currently downloads the x64 ffmpeg, so it requires Rosetta to be installed. |
Should help with issues like - StefanLobbenmeier/youtube-dl-gui#95 - StefanLobbenmeier/youtube-dl-gui#45 (comment)
Hey! Could you help me to fix that? Some videos download fine, but the rest have this strange error:
Thanks!
The text was updated successfully, but these errors were encountered: