0

我正在使用 AForge.Video.FFMPEG 从 C# 中的 avi 视频文件中获取图像。我正在使用videoFileReader从视频中读取帧。

我在我的项目中添加了 aforge.video.ffmpeg 的 dll 文件,但是在运行我的项目时出现错误。

这是我正在使用的参考链接。

我收到错误:

"Could not load file or assembly 'AForge.Video.FFMPEG.DLL' or one of its dependencies. The specified module could not be found."

在运行这个项目时。

任何人都可以帮助我吗

4

1 回答 1

0

在 Visual Studio 中,您需要在项目中引用 dll 因为此 dll 不是默认 .net 文件或 system32 dll 的一部分

这就是您参考https://www.youtube.com/watch?v=x-KK7bmo1AM的方式

于 2013-10-10T20:07:29.960 回答