我使用Visual C#2008和想写从BMP序列的AVI文件。
我发现AForge.Video.VWF但它只是为“vmw3”或“DIB”编解码器,我想用AForge.Video.FFMPEG但遇到错误。
比如我刚才的代码:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using AForge.Video.FFMPEG;
namespace ConsoleApplication4
{
class Program
{
static void Main(string[] args)
{
VideoFileWriter vfw = new VideoFileWriter();
}
}
}
但是我得到这个filenotfoundexception
{"The specified module could not be found. (Exception from HRESULT: 0x8007007E)":null}