This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Description
Hello,
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!
Regards,
Wolfgang
AccordVideoTest1.zip
