我正在使用AForge.Video.FFMPEG从C#中获取avi视频文件中的图像。我正在使用 videoFileReader 从视频中读取帧。
我在项目中添加了aforge.video.ffmpeg的dll文件,但是在运行项目时遇到错误。
This is the reference link I am using.
我收到错误:
"Could not load file or assembly 'AForge.Video.FFMPEG.DLL' or one of its dependencies. The specified module could not be found."
在运行此项目时。
任何人都可以帮助我
答案 0 :(得分:0)
在visual studio中,您需要在项目中引用dll 由于此dll不是默认.net文件或system32 dll
的一部分