You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
I would like to use this VideoFileWirter.
A.t.m. it is not working in my VS2015 C# Project.
An exeption is thrown immediatelly :
"An unhandled exception of type 'System.BadImageFormatException' occurred in mscorlib.dll"
`
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using AForge.Video.FFMPEG;
namespace AccordVideoTest1
{
class Program
{
static void Main(string[] args)
{
VideoFileWriter vfw = new VideoFileWriter();
}
}
}
`
please give me a hint!