The screen-recorder-ffmpeg-cpp project appears to be a relatively small and specialized project that is focused on providing a screen recording utility for Linux systems. It may not be as well-known or widely used as some other open-source projects on GitHub, but it could still be useful for users who are looking for a screen recording solution that works on Linux and uses the FFmpeg library.
watch the demo video https://youtu.be/a31bBY3HuxE
The screen-recorder-ffmpeg-cpp project is a screen recording utility that uses the FFmpeg library to record the screen of a computer running Linux. The project is written in C++ and uses the GTK+ toolkit to provide a command-line interface recording process.
The screen-recorder-ffmpeg-cpp utility allows users to record the entire screen or a specific window, and to choose the audio and video codecs to use for the recording. The utility also provides options for setting the frame rate and bitrate of the recorded video, as well as for choosing the file format of the output file (e.g., MP4, AVI, MKV).
The screen-recorder-ffmpeg-cpp project is open-source, which means that the source code is available for anyone to view, modify, and distribute. If you are interested in using the screen-recorder-ffmpeg-cpp utility, you can clone the project's repository from GitHub and build it from source, or you can download a pre-compiled binary from the project's releases page.
Github : https://github.com/abdullahfarwees/screen-recorder-ffmpeg-cpp
Comments
Post a Comment