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've configured the docker .env and the course starts downloading fine, but I get a message that 'ffmpeg' is not installed. I can run ffmpeg -version fine in the terminal in any directory and see that ffmpeg is installed, but for some reason this script won't detect it. I have tried:
double checking the Windows PATH is pointing to my ffmpeg folder
restarting my machine
running in cmd prompt and PowerShell as administrator
Any tips on getting thinki-downloader to find ffmpeg?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @bradstedev
It might be some permission issue with windows. Does it work without administrator privileges?
In my system, I have kept it under C:\ffmpeg\bin
I have pushed a docker image for amd64, arm64 and i386 architectures. It should resolve ffmpeg not found issue inside docker.
I don't have any ETAs for mac (darwin) at this moment. 🙂
I've configured the docker .env and the course starts downloading fine, but I get a message that 'ffmpeg' is not installed. I can run
ffmpeg -version
fine in the terminal in any directory and see that ffmpeg is installed, but for some reason this script won't detect it. I have tried:Any tips on getting thinki-downloader to find ffmpeg?
Thanks.
The text was updated successfully, but these errors were encountered: