Re: [FFmpeg-devel] .NET video processing with FFMPEG
There is a great wrapper for invoking FFmpeg in .NET available here https://github.com/tomaszzmuda/Xabe.FFmpeg/ however it does not support calling the C API directly. I am not aware of any tools or libraries that have this functionality. Thanks Tom On Wed, 16 Sep 2020 at 12:06, Timo Rothenpieler wrote: > The ffmpeg project does not provide any bindings for other languages > that can't interact with a C API on their own. > You will have to find and talk to the author of that wrapper. > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe". ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
Re: [FFmpeg-devel] .NET video processing with FFMPEG
The ffmpeg project does not provide any bindings for other languages that can't interact with a C API on their own. You will have to find and talk to the author of that wrapper. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".
[FFmpeg-devel] .NET video processing with FFMPEG
Dear FFMPEG Team, I am developing SW with C# .NET for video processing purposes, and I would like to know information about the existing nuget packages related with FFPMEG. I found the FFMEG.Nightly package, but I am not able to find documentation about it. I would like to know which classes and methods are in this package, in order to perform actions like thumbnail generation from a video. ¿Does this package allows me to do functionality like that? ¿Do you have any guide or documentation in order to do that? A lot of thanks, Regards. P Please consider the environment before printing this e-mail. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".