en https://github.com/rosenbjerg/FFMpegCore https://github.com/rosenbjerg/FFMpegCore A .NET Standard FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your .NET applications 4.0.0.0 README.md - Support for reading Disposition metadata on streams in FFProbe output (thanks alex6dj) - Fix for stream index in Snapshot(Async) (thanks stasokrosh) - Add support for frame analysis through FFProbe,GetFrames(Async) (thanks andyjmorgan) - Fix for subtitle burning error, when subtitle path contains special characters (thanks alex6dj) - Support for Audio filters (thanks alex6dj) - Fix FFProbe.AnalyseAsync not throwing if non-zero exit-code (thanks samburovkv) - Change bit_rate from int to long to support analysis of high bit-rate files (thanks zhuker) - Support for specifying working directory for ffmpeg and ffprobe processes through FFOptions - Ensure Image instances in JoinImageSequence are disposed - Added ConfigureAwait(false) to prevent hanging with certain frameworks 8 4.6.0 MIT Malte Rosenbjerg, Vlad Jerca, Max Bagryantsev ffmpeg ffprobe convert video audio mediafile resize analyze muxing GitHub true enable netstandard2.0 Always