sumeetweb / Thinki-Downloader

A php based utility to download courses from Thinkific based sites like PacktPub for personal offline use.
MIT License
73 stars 27 forks source link

ffmpeg is not installed #43

Closed bradstdev closed 1 year ago

bradstdev commented 1 year ago

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.

sumeetweb commented 1 year ago

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 image

Thanks for trying out.

sumeetweb commented 1 year ago

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. 🙂

Thinki-php on Docker Hub