Live data from Hacker News

Show HN: A simple recording program with the ability to record the screen

github.com

51–60 of 78 posts

Re: Show HN: A simple recording program with the ability to record the screen

#52

Earlier quoted context omitted.

Windows 10 has it built-in too, try Win+Alt+R.

Or Win+Shift+S. I think you need to be on a newer Windows 10 release for it to work. Still not as smooth as on macOS, but getting there.

I believe Win+Shift+S is only for capturing images, not video.

I'm on the latest Windows 10 and I still only see static image capture options.

Re: Show HN: A simple recording program with the ability to record the screen

#54

if you need more options just use ffmpeg directly https://trac.ffmpeg.org/wiki/Capture/Desktop

Do you know a easy way, to stop recording via a hotkey? Because my recorded videos via ffmpeg always had the last seconds showing me how to switch to the terminal and stop by hand, which is more work for editing, which is why I use OBS studio, which I can recommend.

Try ShareX

Re: Show HN: A simple recording program with the ability to record the screen

#56
post #32

Earlier quoted context omitted.

Assigning `killall ffmpeg` to a hotkey does the job.

Hm, I think I tried that and it caused trouble with mp4.

You might have better luck sending SIGINT instead of SIGTERM using 'killall -INT ffmpeg' so that it exits cleanly.

Re: Show HN: A simple recording program with the ability to record the screen

#57

Earlier quoted context omitted.

I think that part is assumed as Gnome/Linux and MacOSX have it built in?

Windows 10 has it built-in too, try Win+Alt+R.

The Windows 10 screen recorder doesn't let you record Windows Explorer.

Re: Show HN: A simple recording program with the ability to record the screen

#59
post #40
post #2

In Debian there is Simple Screen Recorder: apt install simplescreenrecorder

Yep Simple Screen Recorder is my daily driver for recording screencasts. Works perfectly, I really like that you can start/pause/save recording from the systray button.

Nothing I've found works as well as OBS[1]. Everything else I've tried runs into performance problems for certain workloads (games, typically).

[1] https://obsproject.com/

Re: Show HN: A simple recording program with the ability to record the screen

#60
post #45
post #10

Earlier quoted context omitted.

You might want to try ScreenToGif ( https://www.screentogif.com/ ) for Windows and Kap ( https://getkap.co/ ) for macOS.

I can also recommend licecap ( https://www.cockos.com/licecap/ ), which is quite minimalistic but gets the job done

been using LICEcap for a few years, works perfectly.
Post reply on HN