ffmpeg-dotnet
ffmpeg-dotnet copied to clipboard
Add nuget package
Hey, may i ask if there are any plans on adding nuget support?
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
cough ;)
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?
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!