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}