ScreenRecorderLib 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ScreenRecorderLib --version 1.4.0
                    
NuGet\Install-Package ScreenRecorderLib -Version 1.4.0
                    
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="ScreenRecorderLib" Version="1.4.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ScreenRecorderLib" Version="1.4.0" />
                    
Directory.Packages.props
<PackageReference Include="ScreenRecorderLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ScreenRecorderLib --version 1.4.0
                    
#r "nuget: ScreenRecorderLib, 1.4.0"
                    
#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.
#:package ScreenRecorderLib@1.4.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ScreenRecorderLib&version=1.4.0
                    
Install as a Cake Addin
#tool nuget:?package=ScreenRecorderLib&version=1.4.0
                    
Install as a Cake Tool

A .NET library for screen recording in Windows, using Microsoft Media Foundation for realtime encoding to h264 video or PNG images.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ScreenRecorderLib:

Package Downloads
Selenium.QuickStart

QuickStart your web testing automation focusing only on what is important, being productive. Once you set your solution to x86 or x64, inherit a class and change your app.config as you want, this will provide an automatic Selenium WebDriver setup and session management, ExtentReports (Including Klov) to save test execution results, screenshot, video recording and email sending functionalities built in and ready to use with parametrizations you can set through an app.config. For installing this package successfully, your solution should be set to x86 instead of AnyCPU.

ScreenRecordingSDK

A .NET SDK for screen recording and uploading to AWS S3.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.5.1 6,812 1/29/2025
6.5.0 952 1/22/2025 6.5.0 is deprecated because it has critical bugs.
6.4.0 30,436 11/24/2024
6.3.0 6,324 9/27/2024
6.2.0 5,722 8/20/2024
6.1.0 4,574 6/4/2024
6.0.0 29,261 2/15/2024
5.4.0 12,547 11/17/2023
5.3.1 102,469 9/6/2023
5.3.0 99,213 6/23/2023
5.2.0 28,831 2/18/2023
5.1.4 18,769 9/15/2022
5.1.3 6,425 6/26/2022
5.1.2 13,400 4/23/2022
5.1.1 3,753 3/8/2022
5.1.0 7,232 2/8/2022
5.0.0 2,843 1/20/2022
3.2.0 8,077 1/20/2022
3.1.2 20,104 8/29/2021
3.1.1 52,354 2/4/2021
3.0.2 244,625 11/27/2020
3.0.1 1,299 11/23/2020
3.0.0 1,582 11/12/2020
2.9.1 1,541 11/3/2020
2.8.0 1,470 10/14/2020
2.7.0 1,350 10/5/2020
2.6.0 6,333 9/2/2020
2.5.0 4,364 7/30/2020
2.0.0 10,477 5/12/2020
1.9.0 2,324 3/19/2020
1.8.0 1,918 3/6/2020
1.7.0 46,367 1/28/2020
1.6.0 3,518 11/7/2019
1.5.0 13,134 10/4/2019
1.4.0 1,446 9/29/2019
1.3.0 1,872 9/15/2019
1.2.0 1,755 8/16/2019
1.1.13 2,265 5/23/2019
1.1.12 1,930 4/21/2019
1.1.11 1,700 3/25/2019
1.1.10 1,730 3/18/2019
1.1.7 1,736 1/23/2019
1.1.5 12,114 11/8/2018
1.1.4 3,374 10/21/2018
1.1.2 3,017 5/30/2018
1.1.1 128,747 5/6/2018
1.1.0 1,740 4/21/2018
1.0.9 5,524 4/10/2018
1.0.8 1,830 3/26/2018
1.0.7 1,710 3/20/2018
1.0.6 1,638 2/13/2018
1.0.5 1,691 2/9/2018
1.0.4 1,588 2/1/2018
1.0.3 1,627 1/20/2018
1.0.2 1,710 1/4/2018
1.0.1 1,624 1/1/2018
1.0.0 1,700 1/1/2018

- Added option to select screenshot image format.
- Fixed slideshow recording.
- Fixed an issue with PNG encoding that resulted in washed out colors on screenshots.