Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NuGet: where is AForge.Video.FFMPEG

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?

like image 295
Evgeniy175 Avatar asked Dec 26 '16 11:12

Evgeniy175


2 Answers

You can use Accord.Video.FFMPEG

like image 143
Thiago Falcao Avatar answered Nov 13 '22 05:11

Thiago Falcao


Install from Package Manager Console using:

Install-Package Accord.Video.FFMPEG -Version 3.8.0

like image 41
edgarmtze Avatar answered Nov 13 '22 04:11

edgarmtze