ffmpeg-dotnet icon indicating copy to clipboard operation
ffmpeg-dotnet copied to clipboard

Add nuget package

Open feliwir opened this issue 8 years ago • 4 comments

Hey, may i ask if there are any plans on adding nuget support?

feliwir avatar Nov 30 '16 20:11 feliwir

Hey, I am really sorry, but I haven't had any time of late to work on the project. So the project is in no fit state to be actually used in any kind of software. But I have plans on continuing the work as soon as I find some time to spare. When the project is ready for actual use, I will definitely publish a NuGet package. David

lecode-official avatar Dec 01 '16 12:12 lecode-official

cough ;)

fredlllll avatar Oct 07 '19 11:10 fredlllll

As of now, the project covers very little of the public FFmpeg interface. There is still a lot that has to be done in order to make fully-featured enough to actually use it outside of some edge-cases that are already supported. Do you really think that the library, in its current state, is of any use to you?

lecode-official avatar Oct 15 '19 11:10 lecode-official

I have a C# application that wants to read individual pixels out of every frame of an mp4 file, which happens to line up really well with what's implemented.

Sadly I seem to be running into conflicts using this on macOS where brew gave me ffmpeg version 4.2.1 which seems much newer than what this library is implemented against. I don't see a good way to handle the version coupling. Calling Marshal.PtrToStructure<AVFormatContext> just crashes the whole thing as is. Not sure nuget fixes anything here either!

danopia avatar Dec 11 '19 01:12 danopia