cv2.VideoCapture(filename) 返回总为False,路径什么检查都没问题,cv2.CAP_PROP_FPS值总是5,应该是缺了某些解码依赖包。
解决方案:安装ffmpeg(必须先装ffmpeg再安装opencv)
1.安装ffmpeg
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
cd source_directory
cv2.VideoCapture(filename) 返回总为False,路径什么检查都没问题,cv2.CAP_PROP_FPS值总是5,应该是缺了某些解码依赖包。
解决方案:安装ffmpeg(必须先装ffmpeg再安装opencv)
1.安装ffmpeg
git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg
cd source_directory