mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Update nuget details
This commit is contained in:
parent
2d9d527b1f
commit
607bd1837f
1 changed files with 6 additions and 4 deletions
|
@ -8,11 +8,13 @@
|
||||||
<Description>A .NET Standard FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your .NET applications</Description>
|
<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>
|
<AssemblyVersion>4.0.0.0</AssemblyVersion>
|
||||||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
<PackageReleaseNotes>- Cancellation token support (thanks patagonaa)
|
<PackageReleaseNotes>- Support for PCM audio samples (thanks to Namaneo)
|
||||||
- Support for setting stdout and stderr encoding for ffprobe (thanks CepheiSigma)
|
- Support for subtitle streams in MediaAnalysis (thanks to alex6dj)
|
||||||
- Improved ffprobe exceptions</PackageReleaseNotes>
|
- 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>
|
||||||
<LangVersion>8</LangVersion>
|
<LangVersion>8</LangVersion>
|
||||||
<PackageVersion>4.4.0</PackageVersion>
|
<PackageVersion>4.5.0</PackageVersion>
|
||||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
<Authors>Malte Rosenbjerg, Vlad Jerca, Max Bagryantsev</Authors>
|
<Authors>Malte Rosenbjerg, Vlad Jerca, Max Bagryantsev</Authors>
|
||||||
<PackageTags>ffmpeg ffprobe convert video audio mediafile resize analyze muxing</PackageTags>
|
<PackageTags>ffmpeg ffprobe convert video audio mediafile resize analyze muxing</PackageTags>
|
||||||
|
|
Loading…
Reference in a new issue