C screen-recorder

Open-source C projects categorized as screen-recorder

Top 3 C screen-recorder Projects

screen-recorder
  • wcap

    Small and efficient screen recording utility for Windows 10 and 11

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • screen_capture_lite

    cross platform screen/window capturing library

  • recordmydesktop

    Fork of recordMyDesktop X Window System desktop recording abandonware, much bug fixing and general cleanups/rewriting has been done. (by recordmydesktop)

    Project mention: Disk write buffering and its interactions with write flushes | news.ycombinator.com | 2024-03-22

    One of the things I improved in my recordMyDesktop fork [0] was an awful tendency for the frame cache writer to accumulate heaps of dirty pages until background writeback would flush them out.

    I had 16GiB of RAM which meant quite large swaths of dirty pages would become buffered while the SSD sat idle until writeback began. This would cause high-FPS full-screen recordings in particular to just become backlogged and start dropping frames / audio dropouts. Just generally broken behavior for a desktop recorder, especially for a defferred-encode mode that's supposed to be optimized for minimizing system-wide effects/overheads during the recording.

    The simple solution I found was to proactively initiate writeback regularly via fdatasync() on the cache fd. [1] I haven't decided yet if more should be done to constrain its buffer cache effects though. The cache files will be read back during encoding in post, so if there's enough RAM it can be desirable to enable reading them back entirely from memory instead of having to hit the disks again... but it would also be nice to let the rest of the system's processes keep their stuff in the page cache. memcg can probably be used to find a balanced solution, but I haven't done any experiments yet. Have any of you handled similar scenarios? What did you do?

    [0] https://github.com/recordmydesktop/recordmydesktop

    [1] https://github.com/recordmydesktop/recordmydesktop/commit/42...

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C screen-recorder discussion

Log in or Post with

C screen-recorder related posts

  • Free Screen Recorder With System Audio

    4 projects | /r/macapps | 4 Jul 2023
  • Good Screen Recording App

    2 projects | /r/macapps | 25 Apr 2023
  • Final Fantasy 7 Crisis Core Workss!!!

    3 projects | /r/macgaming | 11 Jan 2023
  • The Emulators built in recorder kind of sucks, why cant we save as Mp4?

    2 projects | /r/androiddev | 8 Dec 2022
  • How to record screen with audio on MacOS effortlessly ?

    3 projects | /r/macapps | 18 Sep 2022
  • Is there any screenshot/screen recording tool like the new GNOME screen capture overlay?

    3 projects | /r/swaywm | 5 May 2022
  • Simple screen recording program for windows

    1 project | /r/opensource | 12 Sep 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 6 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source screen-recorder projects in C? This list will help you:

Project Stars
1 wcap 844
2 screen_capture_lite 648
3 recordmydesktop 14

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that C is
the 7th most popular programming language
based on number of metions?