NuGet: where is AForge.Video.FFMPEG

2019-06-21 05:32发布

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?

4条回答
何必那么认真
2楼-- · 2019-06-21 05:52

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.

查看更多
姐就是有狂的资本
3楼-- · 2019-06-21 05:55

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

查看更多
Evening l夕情丶
4楼-- · 2019-06-21 05:57

You can use Accord.Video.FFMPEG

查看更多
放我归山
5楼-- · 2019-06-21 06:02

Install from Package Manager Console using:

Install-Package Accord.Video.FFMPEG -Version 3.8.0

查看更多
登录 后发表回答