lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
173 stars 42 forks source link

FFMpeg executable not found! #57

Closed RomanLelek1 closed 1 year ago

RomanLelek1 commented 1 year ago

Hi there! How do I navigate script to ffmpg executable? I cannot find any file where I can handwrite direction to said file thus Monitor is not working. Would aprecciate help

DerBunteBall commented 1 year ago

Make sure ffmpeg's directory is in PATH variable. The code searches it in the PATH directories.

Make sure on new bash (Linux) or PowerShell (Windows) ffmpeg -version works.

RomanLelek1 commented 1 year ago

Thanks, that worked! I haven't add the ffmpeg to PATH