/rScreen

A screen recoder for Windows based on ffmpeg

Primary LanguageCApache License 2.0Apache-2.0

rScreen

A screen recoder for Windows based on ffmpeg

What it is

This software is created to record Windows screen into video files. It is built with Visual Studio and depends on ffmpeg.

Usage

Basic Usage:

rScreen --time [time_in_secs] --file [file_path_to_save]

This would create a video file named file_path_to_save (you can use anything like a.avi, or b.mp4, etc.). And the video records time_in_secs seconds of video stream of the screen.

Build

You can checkout the source code and directly open the rScreen.sln file with your Visual Studio. We use Zeranoe FFmpeg instead of building ffmpeg from source.