NuGet: where is AForge.Video.FFMPEG

谁都会走 提交于 2019-12-23 10:24:26

问题


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?


回答1:


You can use Accord.Video.FFMPEG




回答2:


Install from Package Manager Console using:

Install-Package Accord.Video.FFMPEG -Version 3.8.0




回答3:


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.




回答4:


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



来源:https://stackoverflow.com/questions/41330480/nuget-where-is-aforge-video-ffmpeg

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!