Screen Video Capturing SDK for Developers - Page 19 of 19 - ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

Screen Video Capturing SDK

  • Home
  • /
  • Screen Video Capturing SDK
Your download will begin in a moment. If it doesn't, click here to try again. Still having trouble? Use instant download links below: direct download (EXE installer)   direct download (ZIP)
Screen Capturing freeware allows to record desktop video to AVI, record screen activity and sound, animate mouse clicks and highlight cursorTutorial: how to record screen video - grab full screen video, capture rectangular region or dynamic region around the mouse cursor.  These video tutorials show you how to easily capture video from Windows desktop with Bytescout Screen Capturing freeware.How to Record Full ScreenHow to Record Predefined Rectangular Region How to Record Region Around Mouse CursorBytescout Screen [...]
Screen recording of a region around the mouse ready-to-use code sample:This sample code demonstrates how to display built-in screen recording options dialog in Screen Capturing SDKVisual Basic 6 and VBScript (VBS) code sample:
Recording video from a given window or an application, the code samples:The code samples below demonstrate how to use Screen Capturing SDK to autmatically record video from a given window or an application. The property .WindowToCapture is used to define the window title search string. In these samples below we are recording video from the Internet Explorer browser by setting .WindowToCapture = "Internet Explorer". Sound for the video is recorded from the default recording line [...]
Code samples on recording video from the region on the screen:Code samples below are demonstration use of Screen Capturing SDK for screen video recording from a predefined region on screen. The region is defined through the following properties: CaptureRectLeft, CaptureRectTop, CaptureRectWidth, CaptureRectHeight. The sound track for the video is recorded from default recording line by default (if user need to record voice comments then you should change audio line to Mic line source)1) Visual Basic [...]
Screen recording of a region around the mouse ready-to-use code sample:This sample code demonstrates how to use Screen Capturing SDK to record video from the dynamic region around the mouse. The region is defined by the width and height. This method works as a virtual camera that follows to the mouse cursor.1) Visual Basic .NET Create new VB.NET Console project in Visual Studio. Click Project | Add Reference.. and add the reference to Bytescout Screen [...]
Entire screen recording code sample:This code sample shows how to use Screen Capturing SDK to record entire screen activity into a video (AVI) with sound. capScreen recording type records the whole desktop screen into a video with the given width and height. Additionaly it records sound (by default) from the default recording line. This mode can be used if you want to record the entire screen and record voice comments (for what he/she do) from [...]
How to set video and audio recording options for the output video produced by screen video recording using Screen Capturing SDK The sample codes below show the console application to record screen into video with command line parameters to set: Usage : CaptureScreenConsole.exe <outfilename> [left] [top] [width] [height] [fps] [v-codec] [a-codec] [audioline]n"); [left, top, width, height] is the rectangle to be captured. [v-codec] is the index of the video codec in the list to use. [...]