joeskeen / ScreenAreaShare

Share selected area of the screen in applications that do not support this, e.g. Teams.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github All Releases Build Github All Releases Github All Releases

ScreenAreaShare

ScreenAreaShare allows sharing selected area of the screen in applications that do not natively support this feature such as Teams.

How It Works

ScreenAreaShare creates 2 windows. The capture window is a click-through, transparent window indicating the recording area via a red border. The rendering window displays the content of that area. In applications such as Teams, you can then share the rendering window.

How To Run

Via Release

You can download the executable for windows from the Releases page.

Via Source Code

  1. Clone or download the source code.
  2. Run npm install
  3. Either run directly or build an executable.
    1. Source: run npm start.
    2. Build executable: run npm run make.
      Execute the built .exe file in the out/ folder.

Usage

  1. Two windows should open: One border-window and one rendering window. These two windows can be moved via a drag-drop. The red borders can be resized.
  2. With both windows open, start the sharing function of the application of your choice (e.g. Teams) by selecting the option to share a window. Select this application.

Command Line Parameters

Parameter Description
--freeze Hide capturing window
--consider-scale Considers scale settings of the screen
--cx=<x>, --cy=<y> Initial top left coordinate of the capturing window
--cw=<w>, --ch=<h> Initial width and height of the capturing window
--rx=<x>, --ry=<y> Initial top left coordinate of the rendering window

About

Share selected area of the screen in applications that do not support this, e.g. Teams.

License:MIT License


Languages

Language:JavaScript 83.3%Language:CSS 9.7%Language:HTML 7.0%