I made a screen recorder that relies on the AForge.Video.FFMPEG.dll
.
After getting the package AForge.Video
from the NuGet package manager I find it doesn't include the AForge.Video.FFMPEG.dll
, just the AForge.Video.dll. I decided to manually add the FFMPEG.dll
into my program folder and make a reference to it.
However now I get this error message:
I have tried following many solutions, but they don't seem to refer to my issue.
(Just because i know this will be the top suggestion, yes it is running in x86)
Thanks to anyone who can help!