mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Update metadata
This commit is contained in:
parent
d64c9f4ced
commit
9f34591a03
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>
|
<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>- Added libx265 static codec prop
|
<PackageReleaseNotes>- Fixes for `MetaDataArgument` (thanks @JKamsker)
|
||||||
- Support for reading Packets from mediafile through ffprobe (thanks zhuker)
|
- Support for Audible `aaxc` (thanks @JKamsker)
|
||||||
- Support for fluent configuration of FFOptinos per-run (thanks BobSilent)
|
- Include errordata in `IMediaAnalysis` (thanks @JKamsker)
|
||||||
- Support for adding metadata (thanks Weirdo)
|
- Pass `FFOptions` properly when using ffprobe (thanks @Notheisz57)
|
||||||
- Automatically escape single quotes in filenames for DemuxConcatArgument (thanks JKamsker)</PackageReleaseNotes>
|
- CancellationToken support for `AnalyseAsync`
|
||||||
|
- Case-insensitive dictionaries for `Tags` and `Disposition`
|
||||||
|
- Fix for `PosterWithAudio`
|
||||||
|
- Fix for `JoinImageSequence`
|
||||||
|
- Updates to dependendies
|
||||||
|
- A lot of bug fixes</PackageReleaseNotes>
|
||||||
<LangVersion>8</LangVersion>
|
<LangVersion>8</LangVersion>
|
||||||
<PackageVersion>4.7.0</PackageVersion>
|
<PackageVersion>4.8.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