ScreenRecorderLib 6.0.0

dotnet add package ScreenRecorderLib --version 6.0.0
NuGet\Install-Package ScreenRecorderLib -Version 6.0.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="6.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ScreenRecorderLib --version 6.0.0
#r "nuget: ScreenRecorderLib, 6.0.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.
// Install ScreenRecorderLib as a Cake Addin
#addin nuget:?package=ScreenRecorderLib&version=6.0.0

// Install ScreenRecorderLib as a Cake Tool
#tool nuget:?package=ScreenRecorderLib&version=6.0.0

A .NET library for screen recording in Windows, using Microsoft Media Foundation for realtime encoding to video or image files.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0 3,525 2/15/2024
5.4.0 3,895 11/17/2023
5.3.1 24,795 9/6/2023
5.3.0 37,808 6/23/2023
5.2.0 22,862 2/18/2023
5.1.4 17,800 9/15/2022
5.1.3 6,282 6/26/2022
5.1.2 13,024 4/23/2022
5.1.1 3,627 3/8/2022
5.1.0 6,276 2/8/2022
5.0.0 2,462 1/20/2022
3.2.0 6,146 1/20/2022
3.1.2 16,000 8/29/2021
3.1.1 49,524 2/4/2021
3.0.2 241,658 11/27/2020
3.0.1 1,164 11/23/2020
3.0.0 1,455 11/12/2020
2.9.1 1,401 11/3/2020
2.8.0 1,344 10/14/2020
2.7.0 1,224 10/5/2020
2.6.0 6,199 9/2/2020
2.5.0 4,218 7/30/2020
2.0.0 9,786 5/12/2020
1.9.0 2,152 3/19/2020
1.8.0 1,753 3/6/2020
1.7.0 46,182 1/28/2020
1.6.0 3,188 11/7/2019
1.5.0 12,978 10/4/2019
1.4.0 1,303 9/29/2019
1.3.0 1,717 9/15/2019
1.2.0 1,596 8/16/2019
1.1.13 2,118 5/23/2019
1.1.12 1,796 4/21/2019
1.1.11 1,552 3/25/2019
1.1.10 1,589 3/18/2019
1.1.7 1,574 1/23/2019
1.1.5 11,467 11/8/2018
1.1.4 3,080 10/21/2018
1.1.2 2,683 5/30/2018
1.1.1 128,397 5/6/2018
1.1.0 1,398 4/21/2018
1.0.9 5,187 4/10/2018
1.0.8 1,506 3/26/2018
1.0.7 1,382 3/20/2018
1.0.6 1,319 2/13/2018
1.0.5 1,366 2/9/2018
1.0.4 1,270 2/1/2018
1.0.3 1,304 1/20/2018
1.0.2 1,397 1/4/2018
1.0.1 1,285 1/1/2018
1.0.0 1,322 1/1/2018

- Enabled Structured Exception Handling (SEH) in order to more gracefully handle hardware error from device drivers/codecs.
     - Fixed a bug that under some conditions caused extra, empty folders to be generated.
     - Fix for issue where mouse cursor could intermittenly disappear and reappear when recording with low framerate.
     - Recording two monitors on two different graphics cards should now work again.