我是客户端JavaScript的新手.在一个Web项目中,我发现了angularjs并使用了一些基本的东西.我应该学习jQuery还是只将Angularjs用于其他项目?
我使用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();
}
}
}
Run Code Online (Sandbox Code Playgroud)
但我得到了这个 filenotfoundexception
{"The specified module could not be found. (Exception from HRESULT: 0x8007007E)":null}
Run Code Online (Sandbox Code Playgroud)