SharpAvi.Net5 2.1.2-rc

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

// Install SharpAvi.Net5 as a Cake Tool
#tool nuget:?package=SharpAvi.Net5&version=2.1.2-rc&prerelease

This is a port of https://github.com/baSSiLL/SharpAvi to .NET 5 (net5-windows). SharpAvi itself is written by Vasili Maslov. The minor changes done here to port it were done by Eliah Kagan. See https://github.com/EliahKagan/SharpAvi/blob/net5/README-NET5.md for details.

     To target the .NET Framework 3.5/4.5, use the official SharpAvi package SharpAvi instead. If you're targeting .NET 5 but don't need Motion JPEG or MP3 audio, consider SharpAvi.NetStandard, a port to .NET Standard 2.0 by Duc Vu Nguyen.

     ---

     If you want to render some video sequence, and do not want to touch DirectShow or depend on command-line utilities - SharpAvi may be what you need.

     Writing uncompressed AVI does not require any external dependencies, it's pure .NET code. Files are produced in compliance with the OpenDML extensions which allow (nearly) unlimited file size (no 2GB limit).

     Video is created by supplying individual in-memory bitmaps (byte arrays) and audio samples. Included are implementations of encoders for Motion JPEG (requires WPF), MPEG-4 (requires external VfW codecs) and MP3 (requires LAME binaries). Asynchronous writing/encoding is supported.

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net7.0-windows was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.1 8,088 1/10/2022
2.2.1-rc 874 1/8/2022
2.1.2 965 1/8/2022
2.1.2-rc.2 142 1/6/2022
2.1.2-rc 986 4/25/2021

Ported to net5-windows (preserving Motion JPEG and MP3 support).