Home
Softono
ScreenRecoder

ScreenRecoder

Open source C
50
Stars
12
Forks
1
Issues
5
Watchers
6 years
Last Commit

About ScreenRecoder

ScreenRecoder is a lightweight screen recording application for Windows, developed using C and C++ with a core engine built on FFmpeg. Designed as a minimalistic tool, it enables users to record their desktop with customizable settings for video quality, output format, and resolution. The software aims to provide a straightforward solution for capturing screen activity without unnecessary complexity. It is built as an educational project and is currently maintained with functionality focused on essential recording features. The application relies on the Mono runtime for its C components, with the necessary libraries included in the release package. To compile the source code on your own machine, Visual Studio 2017 or later is required, along with C++ and C build tools and the Mono framework. ScreenRecoder integrates open-source technologies from FFmpeg for media processing and Mono for cross-platform runtime support. It is released under the MIT license, allowing for free use and modification. While it serves

Platforms

Web Self-hosted Windows

Languages

C

Links

ScreenRecoder

这是一个基于FFmpeg,使用 C# 、C++ 开发的最简单的屏幕录制软件。

[Language]() [Version]() [Liscence]()

说明

这是一个基于FFmpeg,使用 C# 、C++ 开发的最简单的适用于 Windows 屏幕录制软件。您可以自定义视频质量、格式、大小等对您的桌面进行录制。

[ScreenRecoderTest]()

这仅仅是我学习编程而做的一个小 Demo ,如有bug或不足请见谅。

编译

你至少需要使用 Visual Studio 2017 进行编译,需要 C# 和 C++ 的生成工具,以及 mono 运行时。

运行

该项目 C# 部分赖于 Mono 运行库。程序所需完整运行库已包含在 Release 文件夹中。

使用的第三方开源软件