SharpAvi 2.1.2
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.
Install-Package SharpAvi -Version 2.1.2
dotnet add package SharpAvi --version 2.1.2
<PackageReference Include="SharpAvi" Version="2.1.2" />
paket add SharpAvi --version 2.1.2
Release Notes
Fixed uncompressed video for frame widths which are not multiples of 4.
Dependencies
This package has no dependencies.
Used By
NuGet packages (9)
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
|
|
Screna.SharpAvi
DEPRECATED
|
|
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
|
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
|
|
NiclasOlofsson/MiNET
A (not so) basic Minecraft Pocket Edition server written in C#
|
|
open-rpa/openrpa
Free Open Source Enterprise Grade RPA
|
|
kennyvv/Alex
A Minecraft client written in C# aimed at compatibility with MC:Java & MC:Bedrock
|