Good day. I want to use AForge.Video.FFMPEG
in my project. So, i try to find it on the NuGet. But i'm not found it here.
So, here it exists: https://code.google.com/archive/p/aforge/downloads
But, if i want to restore it automatically from nuget (after git clone and rebuild), it's not allowed in this case? Only store this dll in project and push/fetch it always?
You can install it with
Install-Package AForge.Video.FFMPEG.lib
from Package Manager Console. You can find it in Tools -> Library Package Manager -> Package Manager Console.