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 |
---|---|
.NET Framework | net35-client net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
NuGet packages (11)
Showing the top 5 NuGet packages that depend on SharpAvi:
Package | Downloads |
---|---|
MiNET
MiNET - a Minecraft PocketEdition Server |
|
MiNET-InPvP
MiNET - a Minecraft PocketEdition Server |
|
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. |
|
TAF.Logging.TestCaseVideoLog
Enables saving a video of test execution |
|
Screna.SharpAvi
DEPRECATED |
GitHub repositories (4)
Showing the top 4 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.
|
Added support for 8-bit grayscale video.