GleamTech.VideoUltimate 2.3.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package GleamTech.VideoUltimate --version 2.3.5
NuGet\Install-Package GleamTech.VideoUltimate -Version 2.3.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GleamTech.VideoUltimate" Version="2.3.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GleamTech.VideoUltimate --version 2.3.5
#r "nuget: GleamTech.VideoUltimate, 2.3.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GleamTech.VideoUltimate as a Cake Addin
#addin nuget:?package=GleamTech.VideoUltimate&version=2.3.5

// Install GleamTech.VideoUltimate as a Cake Tool
#tool nuget:?package=GleamTech.VideoUltimate&version=2.3.5

VideoUltimate is the fastest and easiest .NET Video Reader and Thumbnailer which can read any video file format on the planet.
It supports .NET Core 2.0+ and .NET Framework 4.0+ web/console/desktop applications.

It allows you read a video file frame by frame or generate meaningful thumbnails.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GleamTech.VideoUltimate:

Package Downloads
GleamTech.FileUltimate

FileUltimate is an ASP.NET File Manager and Uploader which supports ASP.NET Core 5.0+, ASP.NET Core 2.1+, ASP.NET MVC 3.0+ and ASP.NET WebForms 4.7.2+ web applications/web sites. Integrate a file manager into your ASP.NET application or site rapidly. - Browse and manage files with access control. - Accept files with the advanced upload functionality. - Offer a structured and neat download area. - Preview documents (70+ file formats, including PDF © Microsoft Office), images, audios and videos. Note: This package contains a fully working version of the product, however without a license key it will run in trial mode.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.8.6 4,416 8/27/2023
3.8.5 5,758 4/23/2023
3.8.3 2,988 4/16/2023
3.8.2 2,597 4/11/2023
3.8.1 2,654 4/7/2023
3.8.0 2,656 4/3/2023
3.7.1 3,273 3/7/2023
3.7.0 3,048 2/23/2023
3.6.1 3,899 1/10/2023
3.6.0 7,465 8/14/2022
3.5.0 4,132 6/24/2022
3.4.2 4,353 6/3/2022
3.4.1 4,390 5/11/2022
3.4.0 5,308 4/20/2022
3.3.0 4,477 3/14/2022
3.2.0 24,027 3/5/2022
3.1.0 3,699 2/22/2022
3.0.0 4,862 11/28/2021
2.6.1 16,607 5/26/2021
2.6.0 13,247 4/19/2021
2.5.5 6,919 3/23/2021
2.5.3 11,706 2/16/2021
2.5.2 3,871 1/1/2021
2.5.1 9,616 11/23/2020
2.5.0 3,252 11/17/2020
2.4.5 1,838 11/14/2020
2.4.0 10,227 9/15/2020
2.3.5 14,132 8/6/2020
2.3.0 5,807 6/23/2020
2.1.9 3,851 6/15/2020
2.1.8 3,324 6/3/2020
2.1.7 3,263 5/22/2020
2.1.6 8,334 1/24/2020
2.1.5 3,471 1/9/2020
2.1.2 5,548 12/6/2019
2.1.1 4,999 11/20/2019

## Version 2.3.5 - August 6, 2020

 - **Improved:** Passing maxSize parameter as 0 in VideoThumbnailer.GenerateThumbnail will produce a thumbnail in original width and height of the video.
   Changed fontSize parameter default value to 0. When fontSize is 0, font size will be automatically calculated according to height.
   The duration overlay will render with better opacity and with minimum 12px font size.

 - **Added:** New method overloads:
   VideoFrameReader.SetFrameSize(int maxSize)
   VideoThumbnailer.GenerateThumbnail(int width, int height, bool overlayDuration = false, float fontSize = 0)

 - **Improved:** VideoFrameReader.SetFrameSize(int width, int height) will throw for invalid values (negative values, or width and height zero at the same time).

 - **Improved:** Stability of video processing.