-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# Simple Screen Recorder | ||
# Lecture Screen Recorder | ||
|
||
A simple screen recorder using both the Windows.Graphics.Capture and Windows.Media.Transcoding APIs. | ||
This is a simple lecture screen recording tool with the capability of recording the webcam and the screen at the same time in full resolution. Additionally, it integrated into Powerpoint to store slide transition markers for later editing. The recorder is a UWP app with an App Service for the integration. | ||
|
||
## Features | ||
* Screen recording in full resolution (up to 4K) | ||
* Webcam recording in full resollution (up to 1080p) | ||
* Powerpoint integration for chapter markers | ||
* Various settings for webcam and screen recording (white balance, exposure, etc.) | ||
* Audio volume meter |