SharpAvi.NetStandard
2.1.2
dotnet add package SharpAvi.NetStandard --version 2.1.2
NuGet\Install-Package SharpAvi.NetStandard -Version 2.1.2
<PackageReference Include="SharpAvi.NetStandard" Version="2.1.2" />
paket add SharpAvi.NetStandard --version 2.1.2
#r "nuget: SharpAvi.NetStandard, 2.1.2"
// Install SharpAvi.NetStandard as a Cake Addin
#addin nuget:?package=SharpAvi.NetStandard&version=2.1.2
// Install SharpAvi.NetStandard as a Cake Tool
#tool nuget:?package=SharpAvi.NetStandard&version=2.1.2
This is a fork of https://github.com/baSSiLL/SharpAvi that is found by Vasili Maslov. It has been modified by Duc Vu Nguyen to be compatible with .Net Standard 2.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 | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- System.CodeDom (>= 5.0.0)
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.1.2 | 756 | 1/1/2021 |
Fixed uncompressed video for frame widths which are not multiples of 4.