ratoaq2 / knowit

Know better your media files
MIT License
30 stars 5 forks source link

FFmpeg (ffprobe) not found on your system or could not be loaded. #28

Closed labrys closed 3 years ago

labrys commented 3 years ago

Even when passed via command line argument, knowit fails to use ffmpeg.

System - Windows 10 Python - 3.6.8 FFmpeg version - 2021-02-23-git-78d5e1c653 ffprobe.exe path - C:\FFmpeg\bin\ffprobe.exe

Running as:

knowit --ffmpeg C:\FFmpeg\bin\ffprobe.exe video.mkv

Received error:

=========================================================================================
FFmpeg (ffprobe) not found on your system or could not be loaded.
Visit https://ffmpeg.org/download.html to download it.
If you still have problems, please check if the downloaded version matches your system.
To load FFmpeg (ffprobe) from a specific location, please define the location as follow:
  knowit --ffmpeg /usr/local/ffmpeg/bin <video_path>
  knowit --ffmpeg /usr/local/ffmpeg/bin/ffprobe <video_path>
  knowit --ffmpeg "C:\Program Files\FFmpeg" <video_path>
  knowit --ffmpeg C:\Software\ffprobe.exe <video_path>
=========================================================================================