ViolenceDetection icon indicating copy to clipboard operation
ViolenceDetection copied to clipboard

Cannot find installation of real FFmpeg (which comes with ffprobe). ignore the video because of the above error...

Open rr2203 opened this issue 7 years ago • 2 comments

On running train.py i get Cannot find installation of real FFmpeg (which comes with ffprobe). ignore the video because of the above error...

rr2203 avatar Nov 27 '18 16:11 rr2203

Hi, This project use skvideo to load the videos. Please refer to the following discussion: https://github.com/scikit-video/scikit-video/issues/13

JoshuaPiinRueyPan avatar Dec 03 '18 14:12 JoshuaPiinRueyPan

I had the same issue in Windows 10 and installing ffmpeg from the source has solved the problem. After installing Windows package for ffmpeg manually, extract it and then add the bin folder path to the environment variables

seymanurakti avatar Apr 06 '19 13:04 seymanurakti