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

VideoFileWriter not working #273

@cyberwoki

Description

@cyberwoki

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
exception

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions