screen-capture Questions
10
Solved
I use ffmpeg to record a window using this code:
ffmpeg.exe
-f dshow
-y
-i video="screen-capture-recorder":audio="virtual-audio-capturer":audio="Microphone (USB Audio Device)"
-framerate 15
-v...
Complicity asked 20/8, 2014 at 4:33
16
Solved
Is it possible to prevent the screen recording in Android Application?
I would like to develop an Android Secure Application. In that I need to detect screen recording software which are running b...
Brewery asked 19/2, 2015 at 12:40
2
I am using Ffmpeg to continuously record the video the screen on my PC. However, I only ever need the last 5 minutes of the video.
Yes, I could edit the video afterwards. But these recording sessi...
Majors asked 20/11, 2013 at 12:11
5
Situation: I have a software that performs screen sharing over the Internet, where one user acts as a presenter, and other users act as viewers/attendees.
Besides the presentation windows, the pre...
Clause asked 4/5, 2012 at 8:48
0
Trying to create a chrome extension (manifest v.3) that can record screen. The flow is:
Showing a record button in popup
Clicking a record button opens an html page in background
html page sends r...
Proconsul asked 2/6, 2022 at 3:42
5
On macOs Catalina have problems with making screenshots over cron.
When manually run do_screenshot.sh script then all fine.
But when it run auto over cron - probs, only menu correct, instead window...
Flodden asked 8/12, 2019 at 20:11
3
Solved
Is there a way to find out the path used by android to save screenshots?
Can I get the path from a code?
Trapezium asked 12/3, 2012 at 12:48
25
Solved
Okay, so we can now submit video previews of our apps on the App Store. According to Apple we should do so with an iOS8 device and OSX 10.10. The problem is you have to have all the different devic...
Maintopmast asked 11/9, 2014 at 22:30
1
Solved
I am using Puppeteer latest version with Chromium 80 and I'm trying to record video from page in chrome headless and turned on all these flags:
{
headless: true,
devtools: false,
args: [
'--no...
Dyne asked 26/3, 2020 at 13:23
3
Solved
I'm making a Winforms program for a friend, and one of the functions he wants implemented is to hide the contents of a textbox from being recorded; meaning he wants it safe from screenshots and scr...
Hixon asked 2/2, 2016 at 21:14
6
Solved
I'd like to convert an animation in HTML5 canvas to a video file that could be uploaded to YouTube. Is there any sort of screen capture API or something that could allow me to do this programatical...
Ulu asked 7/10, 2013 at 21:40
2
Media projections require a foreground service of type ServiceInfo.FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION
I am trying to capture the screen using MediaProjection API but my app is continuously cr...
Intelligent asked 29/10, 2020 at 12:59
5
I want to capture a view with its subviews. I'm using this code to capture the screen:
let view = self.faceTrackerContainerView
UIGraphicsBeginImageContext(CGSizeMake(view.bounds.size.width, view...
Ardra asked 22/10, 2016 at 3:50
0
Using desktop capturer in mac, leaves a impression when menu is closed. attached screenshot. The impression is majorly visible on a black background
Huey asked 15/5, 2021 at 11:7
3
Solved
I need to grab each QML (QtQuick 2) drawing frame and sent it over the network.
At the moment I have used method listed below, but this method has two big disadvantage
1) Due to Qt5 documentation ...
Ganef asked 17/6, 2013 at 11:46
2
Solved
I'm interested in getting a screenshot from the user and I'm using the getDisplayMedia API to capture the user's screen:
const constraints = { video: true, audio: false };
if (navigator.mediaDevi...
Leasehold asked 10/10, 2019 at 16:44
8
The ffmpeg is cross-platform and very powerful software to handle video/audio or to stream it.
On Linux ffmpeg can capture X11 screen with a command below:
ffmpeg -f x11grab -r 25 -s cif -i :0.0 o...
Tamarisk asked 20/7, 2011 at 18:2
6
Solved
I'm attempting to capture my screen as video and found VLC to probably be the best solution. What I have to do is capture a specific application using terminal and then stop the capture as well. Ri...
Pelage asked 28/2, 2014 at 0:59
4
I am attempting to record an app demo on the simulator, and want to use the Quicktime screen capture feature. However, I would like to hide the mouse during the capture.
Is this possible?
Doesn't ...
Borders asked 28/4, 2013 at 18:8
3
Solved
I am using ffmpeg built from source at this revision in Fedora 20.
I am able to record audio perfectly fine with the command:
FFmpeg/ffmpeg -f alsa -ac 2 -i pulse -- output.wav
However, when I ...
Offwhite asked 6/4, 2015 at 19:51
1
Solved
I use Microsoft Desktop Duplication API and if my code runs on the Integrated (Intel) graphic card then everything works fine. But if I run on the dedicated card, I get an error.
I found that Micro...
Adlei asked 18/6, 2019 at 8:47
1
Solved
I am using npm react-native-view-shot to capture the view in the image and save locally on the device.
When I try to take snap-shot using the following code I get path but not image at the locatio...
Amandaamandi asked 11/11, 2019 at 13:18
3
Solved
Using Android Studio in Windows. Trying to get the screenshot.
Run my App in Debug Mode.
Open the Android DDMS tool window.
Click Screen Capture on the left side of the Android DDMS tool window...
Mantel asked 1/2, 2015 at 8:16
2
Solved
I try to capture some animations from a website and stitch them together using ffmpeg.
As far as I understand the docs startScreencast is the way to go.
If I understand that right I can start the ...
Effulgence asked 18/5, 2017 at 14:15
25
Solved
As everyone knows, sometimes developers have to document stuff. Or capture some stuff for filing bug reports.
My question is in MS Windows.
I'm trying to capture the context menu (the popup menu...
Boatload asked 28/10, 2008 at 9:3
1 Next >
© 2022 - 2025 — McMap. All rights reserved.