mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
parent
aa30c82985
commit
5ceebfba59
1 changed files with 11 additions and 6 deletions
|
@ -8,13 +8,18 @@
|
|||
<Description>A .NET Standard FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your .NET applications</Description>
|
||||
<AssemblyVersion>4.0.0.0</AssemblyVersion>
|
||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<PackageReleaseNotes>- 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)</PackageReleaseNotes>
|
||||
<PackageReleaseNotes>- 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</PackageReleaseNotes>
|
||||
<LangVersion>8</LangVersion>
|
||||
<PackageVersion>4.5.0</PackageVersion>
|
||||
<PackageVersion>4.6.0</PackageVersion>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
<Authors>Malte Rosenbjerg, Vlad Jerca, Max Bagryantsev</Authors>
|
||||
<PackageTags>ffmpeg ffprobe convert video audio mediafile resize analyze muxing</PackageTags>
|
||||
|
|
Loading…
Reference in a new issue