SharpAvi 2.1.0
See the version list below for details.
dotnet add package SharpAvi --version 2.1.0
NuGet\Install-Package SharpAvi -Version 2.1.0
<PackageReference Include="SharpAvi" Version="2.1.0" />
paket add SharpAvi --version 2.1.0
#r "nuget: SharpAvi, 2.1.0"
// Install SharpAvi as a Cake Addin #addin nuget:?package=SharpAvi&version=2.1.0 // Install SharpAvi as a Cake Tool #tool nuget:?package=SharpAvi&version=2.1.0
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35-client is compatible. net45 is compatible. 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. |
This package has no dependencies.
NuGet packages (14)
Showing the top 5 NuGet packages that depend on SharpAvi:
Package | Downloads |
---|---|
MiNET
MiNET - a Minecraft PocketEdition Server |
|
SharpAvi.ImageSharp
A Motion JPEG video encoder for SharpAvi based on the SixLabors.ImageSharp library. |
|
Nunit.Video.Recorder
A simple .NET library for Windows based on the SharpAvi library and designed for recording video from the screen during NUnit test runs. |
|
MiNET-InPvP
MiNET - a Minecraft PocketEdition Server |
|
TAF.Logging.TestCaseVideoLog
Enables saving a video of test execution |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on SharpAvi:
Repository | Stars |
---|---|
MathewSachin/Captura
Capture Screen, Audio, Cursor, Mouse Clicks and Keystrokes
|
|
open-rpa/openrpa
Free Open Source Enterprise Grade RPA
|
|
NiclasOlofsson/MiNET
A (not so) basic Minecraft Pocket Edition server written in C#
|
|
ModuleArt/quick-screen-recorder
Lightweight desktop screen recorder for Windows.
|
|
freezy/dmd-extensions
A toolbox for virtual pinball dot matrix displays.
|
Added support for 8-bit grayscale video.