FFMpegCore
A .NET FFMpeg/FFProbe wrapper for easily integrating media analysis
FFMpegCore is a .NET Standard library that provides a clean and fluent wrapper around FFmpeg and FFprobe, enabling developers to integrate media processing directly into C# applications. It simplifies the complexity of command-line FFmpeg usage by offering a strongly typed API that allows chaining operations such as transcoding, filtering, and streaming. The library supports both synchronous and asynchronous execution, making it suitable for scalable and responsive applications. It also...