Show HN: A simple recording program with the ability to record the screen
61–70 of 78 posts
Re: Show HN: A simple recording program with the ability to record the screen
#62Earlier quoted context omitted.
Did you by any chance tried to follow the build instructions[1] before trying to build it? - [1] - https://github.com/akon47/ScreenRecorder#-build
Oh you misunderstand I wasn't building it. I was downloading the package installer. There's an MSI link on the GitHub
Re: Show HN: A simple recording program with the ability to record the screen
#63Earlier quoted context omitted.
I think that part is assumed as Gnome/Linux and MacOSX have it built in?
I'm not sure Gnome desktop has one built in, but i'm sure most other desktop environments don't.
Re: Show HN: A simple recording program with the ability to record the screen
#64Earlier quoted context omitted.
In the README: "Windows 10 or newer"
To build it, yes. It never mentions it is for running on Windows.
Re: Show HN: A simple recording program with the ability to record the screen
#65Re: Show HN: A simple recording program with the ability to record the screen
#66Congrats on making a small, useful, working tool! I like the minimalism. Maybe you should mention on your GitHub page that it is for Windows.
I think that part is assumed as Gnome/Linux and MacOSX have it built in?
Re: Show HN: A simple recording program with the ability to record the screen
#67Earlier quoted context omitted.
I think that part is assumed as Gnome/Linux and MacOSX have it built in?
MacOS does have this ability via QuickTime, but I wish I could find something that records my screen + audio output. There is are some hacky ways to do this on MacOS, but I haven't found anything super reliable yet. Though, I believe this is more or less intentional by Apple.
See https://support.apple.com/guide/mac-help/take-a-screenshot-o...
Re: Show HN: A simple recording program with the ability to record the screen
#68It is used by [FastStone Capture][2].
I wish modern codecs had this as well (A mode optimized for screen casting).
[1]: https://en.wikipedia.org/wiki/Windows_Media_Video#Windows_Me... [2]: https://www.faststone.org/FSCaptureDetail.htm
Re: Show HN: A simple recording program with the ability to record the screen
#69In Debian there is Simple Screen Recorder: apt install simplescreenrecorder
I've come to really like peek since it allows to select the rectangle you want to record with minimal interaction. It is also in the Debian repos.
https://github.com/SeaDve/Kooha
It allows recording a rectangle/section of the screen, supports Wayland and records to webm by default - which most(?) browsers can play directly.
It's made it trivial to record short how-to videos for helping illustrate how to do something with a web app, or to illustrate visual bugs.
Re: Show HN: A simple recording program with the ability to record the screen
#70What I would love would be something that would work in a dashcam mode, constantly storing the preceding n minutes with the option to save parts to file. Useful for example for those times I am testing/debugging a gui app and I trigger a bug but cannot later reproduce.