Found 58 packages
Package Description
Emphasis.ScreenCapture is an extensible system for screen capturing. This package provides the common types.
Core functionality for Screen-Capturing
Emphasis.ScreenCapture is an extensible system for screen capturing. This package provides extensions and interfaces for exporting to System.Drawing.Bitmap. See Emphasis.ScreenCapture.Runtime.* packages for available functionality.
SDK for UI automation and text capture featured in UiPath Studio
Emphasis.ScreenCapture is an extensible system for screen capturing. This package provides the functionality for loading available runtime packages. See Emphasis.ScreenCapture.Runtime.* packages for available functionality.
Emphasis.ScreenCapture is an extensible system for screen capturing. This package provides a runtime based on Windows DXGI API.
This is a screen capture using Win32API. The mouse cursor can be included in the capture. [e.g.] Bitmap bmp = ScreenCapture.Capture(0, 0, 1920, 1080, true);
Library for fast screenshot make and screen capture based on SharpDX package.
Emphasis.ScreenCapture is an extensible system for screen capturing. This package provides a runtime for exporting to a System.Drawing.Bitmap based on Windows DXGI API.
DirectX 11 based Screen-Capturing using the Desktop Duplication API
Emphasis.ScreenCapture is an extensible system for screen capturing. This package provides extensions and interfaces for exporting screen captures to OpenCL. See Emphasis.ScreenCapture.Runtime.* packages for available functionality.
libX11 based Screen-Capturing
A library for taking DirectX-accelerated screen captures.
High performance native APIs enable real-time recording of screens, webcams, bitmaps and audio with no system lag, compatible with C#, C++, and VB.NET, no dependencies on external runtime libraries or packages.
Emphasis.ScreenCapture is an extensible system for screen capturing. This package provides a runtime for exporting screen captures to OpenCL.
SideScroll is a cross platform Avalonia UI framework designed for quickly navigating through a tree of tabs. Every tab that shows will automatically select the next most likely tabs, and the next, until you need to start scrolling. Navigate 20 or even 50 tabs deep, and create links to save or share with others.
Screen Capture Like QQ or WeiXin,supply multi monitor
DXGI based screen capture, with no dependency of Bitmap, zero-copy, raw output only. Suitable for high performance/real time screen capture/video recording.
Video converter component for C#/.NET (wrapper for ffmpeg command line tool). Can convert video/audio files, transcode live streams, extract video thumbnails, apply watermarks to video, screen capture etc - everything that is possible with ffmpeg from the command line. Supports .NET streams for input/output (encode/decode without tmp files). NReco.VideoConverter nuget can be used for free in non-SaaS apps that have only one single-server production deployment. This nuget package includes ffmpeg.exe (it is extracted on the first use automatically - you don't need to deploy ffmpeg separately) and therefore can be used only on Windows. For cross-platform deployments NReco.VideoConverter.LT nuget should be used instead. How to use: var ffmpeg = new NReco.VideoConverter.FFMpegConverter(); ffmpeg.ConvertMedia("input.avi",null,"output.mp4",null,new ConvertSettings()); More info (VideoConverter online demo, examples): https://www.nrecosite.com/video_converter_net.aspx