ImageSharp.AVCodecFormats 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ImageSharp.AVCodecFormats --version 1.1.0
NuGet\Install-Package ImageSharp.AVCodecFormats -Version 1.1.0
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="ImageSharp.AVCodecFormats" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ImageSharp.AVCodecFormats --version 1.1.0
#r "nuget: ImageSharp.AVCodecFormats, 1.1.0"
#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 ImageSharp.AVCodecFormats as a Cake Addin
#addin nuget:?package=ImageSharp.AVCodecFormats&version=1.1.0

// Install ImageSharp.AVCodecFormats as a Cake Tool
#tool nuget:?package=ImageSharp.AVCodecFormats&version=1.1.0

Package contains a bunch of ffmpeg-based decoders that allows to extract frames from video and processing it's using ImageSharp.

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 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 ImageSharp.AVCodecFormats:

Package Downloads
elfinder.Net8

An elFinder backend connector with less magic code and more compatibility. This enables .NET 8 projects to easily integrate elFinder functionalities. See the example project on Github for usage detail.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.6.0 492 1/23/2024
4.4.0 314 12/6/2023
4.3.0 168 11/19/2023
4.2.0 165 10/11/2023
4.1.1 1,036 4/2/2023
4.1.0 239 3/21/2023
4.0.0 231 3/18/2023
3.0.8 6,075 4/25/2022
3.0.7 420 4/24/2022
3.0.6 418 4/14/2022
3.0.5 430 3/29/2022
3.0.3 427 3/23/2022
3.0.2 401 3/16/2022
3.0.1 429 3/8/2022
3.0.0 434 3/2/2022
2.2.5 393 1/10/2022
2.2.4 5,710 12/9/2021
2.2.3 336 10/11/2021
2.2.2 294 10/3/2021
2.2.1 625 4/13/2021
2.2.0 336 4/9/2021
2.1.1 368 1/15/2021
2.1.0 344 1/3/2021
2.0.0 387 1/2/2021
1.2.4 505 12/5/2020
1.2.3 423 10/18/2020
1.2.2 429 10/5/2020
1.2.1 451 10/4/2020
1.2.0 395 10/2/2020
1.1.1 396 10/1/2020
1.1.0 418 9/30/2020
1.0.0 395 9/28/2020

Added option to detect frames that are completely black.