Top "Screen-capture" questions

Screen capturing is the act of copying the content of the screen to an image or other data structure, either to a file or memory.

High Quality Screen Capture with FFmpeg

I'm trying to figure out a command for high quality screen capture on REHL. I have tried various options, but …

video ffmpeg video-encoding screen-capture x264
How does TeamViewer take screenshots and allow remote control without root?

Background TeamViewer allows to remote control other android devices . it's quite slow, but it does the job. it requires 2 apps …

android screenshot root screen-capture remote-control
headless chrome capture screen video or animation

I try to capture some animations from a website and stitch them together using ffmpeg. As far as I understand …

google-chrome video ffmpeg screen-capture headless
Java: Capture video of what's on the screen

We are considering writing a software in Java that records whats monitor for certain durations of time while it is …

java video screen-capture
Get screenshot of surfaceView in Android

In my application I have view with some buttons and SurfaceView. I must take screenshot of this view, but in …

android screenshot surfaceview screen-capture
How to capture desktop screen of computer host where it's running on using node.js

Is there such a way to capture desktop with node.js not a browser tab? I have searched a lot …

node.js screenshot capture screen-capture
Screen capture video using AForge.Video.FFMPEG / AForge.Video.VFW. Frame Rate issue

My WinForms .NET 4 C# application records the desktop while the user interacts with it. It uses the AForge FFMPEG or …

c# .net screen-capture frame-rate aforge
Screen capture from windows service

I've got DirectShow based screen capture software. Internally it calls CopyScreenToBitmap function to grab screen. Then the picture is compressed …

c# c++ windows-services screen-capture
Strange getting width of page in phantomjs

here is the script code: var page = require('webpage').create(); page.paperSize = { format: 'A4', orientation: "landscape" }; page.open('http://…

phantomjs screen-capture
C# Capturing Direct 3D Screen

I have been fooling around with screen capture for awhile now and I managed to capture the entire screen, certain …

c# direct3d gif screen-capture