diff --git a/FFMpegCore/FFMpegCore.csproj b/FFMpegCore/FFMpegCore.csproj index 231df98..fbf7ea4 100644 --- a/FFMpegCore/FFMpegCore.csproj +++ b/FFMpegCore/FFMpegCore.csproj @@ -8,13 +8,18 @@ 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 PCM audio samples (thanks to Namaneo) -- Support for subtitle streams in MediaAnalysis (thanks to alex6dj) -- Support for subtitle hard burning (thanks to alex6dj) -- Additional codec* properties on MediaAnalysis object (thanks to GuyWithDogs) -- SelectStream method for mapping/specifyíng specific streams from input files (thanks to Feodoros) + - 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.5.0 + 4.6.0 MIT Malte Rosenbjerg, Vlad Jerca, Max Bagryantsev ffmpeg ffprobe convert video audio mediafile resize analyze muxing