Live data from Hacker News

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

github.com

1–10 of 78 posts

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

#3
A hacky webcam on-screen display can be achieved with https://webrtc.github.io/samples/src/content/getusermedia/re... & right clicking on the video to Picture-in-Picture mode. You can then drag it around where you want while you screen record & it stays on top!

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

#6
post #4

Can it easily record a square section of the screen without recording the full screen? Would be nice to have a program like that equivalent to screenshot tools like flameshot.

This only records the whole screen. You might want to try OBS Studio?

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

#8
post #6
post #4

Can it easily record a square section of the screen without recording the full screen? Would be nice to have a program like that equivalent to screenshot tools like flameshot.

This only records the whole screen. You might want to try OBS Studio?

OBS studio is really a good free software!! It has a lot of features and could be a bit intimidating at first but I got nothing but praise for them

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

#9
So I tried installing it on my barebones Windows 10 box:

First try: "Install C++ resdistributable" Okay...Done

Second try: "Could not find MediaEncoder.dll"

I added the NAudio and SharpDX packages from nuget thinking that might solve it, but no...

Sorry I don't know how to use your software!

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

#10
post #4

Can it easily record a square section of the screen without recording the full screen? Would be nice to have a program like that equivalent to screenshot tools like flameshot.

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