从c#中获取视频中的图像

时间:2013-09-02 07:52:23

标签: c# video frames aforge

我正在使用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."

在运行此项目时。

任何人都可以帮助我

1 个答案:

答案 0 :(得分:0)

在visual studio中,您需要在项目中引用dll 由于此dll不是默认.net文件或system32 dll

的一部分

这就是你如何制作参考https://www.youtube.com/watch?v=x-KK7bmo1AM