Closed manu2504 closed 1 year ago
Hi! Thanks for reaching out. Do you have ffmpeg installed on your system? There may be an issue with the install because ffprobe is from that.
Try running ffmpeg --help
in your console. If that gives you issues, i would recommend (re)installing as recommended on their site https://ffmpeg.org/
ffmpeg wasn't installed globally on my system (which ffmpeg
), but it was installed locally in my venv (pip install ffmpeg
: already installed). I installed it with homebrew (brew install ffmpeg
) and it worked. Thanks.
Glad to hear! ffmpeg
can be tricky, I've been in similar situations
Hello, and thanks for this project, which sounds really helpful. Except that I've to fix several errors to make it work. Latest error was:
Does someone know how to fix that?