9

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?

Evgeniy175
  • 324
  • 1
  • 9
  • 23

4 Answers4

4

You can use Accord.Video.FFMPEG

Thiago Falcao
  • 4,463
  • 39
  • 34
  • 3
    This is correct. Accord.Video merged with old AForge keeping the compatibility so using this package requires no actual adaptation – Peuczynski Aug 23 '17 at 21:36
3

Install from Package Manager Console using:

Install-Package Accord.Video.FFMPEG -Version 3.8.0

edgarmtze
  • 24,683
  • 80
  • 235
  • 386
0

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.

Guy
  • 46,488
  • 10
  • 44
  • 88
0

Looks like the author of the library haven't provided NuGet package for it. But you can create a package by yourself and host it either at official nuget.org feed or your own feed.

Also, may be package name is not exactly that one you are expecting. Look carefully through list of AForge packages at official feed. May be it's there but with not expected name https://www.nuget.org/packages?q=AForge