|
3 | 3 | <PropertyGroup> |
4 | 4 | <IsPackable>true</IsPackable> |
5 | 5 | <Description>A .NET Standard FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your .NET applications</Description> |
6 | | - <PackageVersion>5.2.0</PackageVersion> |
| 6 | + <PackageVersion>5.3.0</PackageVersion> |
7 | 7 | <PackageOutputPath>../nupkg</PackageOutputPath> |
8 | | - <PackageReleaseNotes>- **Instances and Packages Updates**: Updates to various instances and packages by rosenbjerg. |
9 | | - - **Audio and Video Enhancements**: Additions include a Copy option to Audio Codec and a Crop option to Arguments by brett-baker; video-stream level added to FFProbe analysis by Kaaybi; AV1 support for smaller snapshots and videos by BenediktBertsch; multiple input files support by AddyMills; HDR color properties support added to FFProbe analysis by Tomiscout. |
10 | | - - **System.Text.Json Bump**: Update by Kaaybi. |
11 | | - - **FFMpeg Processors and Utilities**: Modification for handling durations over 24 hours in `FFMpegArgumentProcessor` by alahane-techtel; fix for snapshots with correct width/height from rotated videos by Hagfjall. |
12 | | - - **Feature Additions and Fixes**: Support for multiple outputs and tee muxer by duggaraju; custom ffprob arguments by vfrz; fix for null reference exception with tags container by rosenbjerg; Chapter Modell change by vortex852456; codec copy added to the SaveM3U8Stream method by rpaschoal. |
13 | | - - **Closed and Non-merged Contributions**: Notable closed contributions include JSON source generators usage by onionware-github; Snapshot overload by 3UR; FromRawInput method by pedoc; runtime ffmpeg suite installation by yuqian5; and support for scale_npp by vicwilliam. |
14 | | - - **Miscellaneous Fixes**: Minor readme corrections by NaBian; fix for ffmpeg path issue by devedse. |
| 8 | + <PackageReleaseNotes> |
| 9 | + - **Fixed race condition on Named pipe dispose/disconnect** by techtel-pstevens |
| 10 | + - **More extensions for snapshot function(jpg, bmp, webp)** by GorobVictor |
| 11 | + - **Include more GUID characters in pipe path** by reima, rosenbjerg |
| 12 | + - **Updated dependencies and minor cleanup**: by rosenbjerg |
15 | 13 | </PackageReleaseNotes> |
16 | 14 | <PackageTags>ffmpeg ffprobe convert video audio mediafile resize analyze muxing</PackageTags> |
17 | 15 | <Authors>Malte Rosenbjerg, Vlad Jerca, Max Bagryantsev</Authors> |
|
0 commit comments