F/OSS Screen Recording Software

Continuing the discussion from Fleshing out the Software page:

Good question. I had been using camstudio in the past just to do raw capture, but that project hasn’t really been actively worked on for quite some time. VLC can do screen cap, as well as ffmpeg raw, provided you don’t need anything fancy to happen and are ok with the shell params to get it working.

@Morgan_Hardwood pointed me to this the other (I think?): https://getsharex.com/

It looked promising, and I’ll be checking it out soon personally. Maybe it’s worth a look?

I’m personally happy with RecordMyDesktop.

1 Like

recordMyDesktop was a good project - it was dead simple and dead easy to use. Unfortunately, as dead things go, the project’s been dead since 2008 and doesn’t work for me in Plasma 5.

I record screencasts using command-line and ffmpeg. Well, using a script. It’s automatic, fool-proof and more customizable than any UI would allow, the only downside currently is that I must specify the recording window in pixels if I don’t want to record full-screen. Do you happen to know of a Linux utility or method for being able to click on a window to get its coordinates? The way scrot lets you select one with -s

1 Like

So far I’m using kazam, but it’s a bit of a pain to get the audio right for me, involves spinning up qjackctl and ardour setting up everything there and then recording with kazam. But I guess I can’t really blame it for not supporting ffado (firewire audio on linux), but some basic audio features would be nice (eq, compressor, limiter, maybe a desser).

Cam studio and sharex both look quite windows only.

1 Like

So, are you going to share your ffmpeg command? :slight_smile:

Yeah just let me first figure out this click-to-get-coordinates functionality so you don’t need to specify the x and y offset in pixels, if any.

Hi!
If you want a simple program, OpenBroadcaster might do it for you. I also believe even the good ol’ VLC player can do it :wink:

1 Like

maybe xwininfo or wmctrl -l ?

1 Like

xwininfo - brilliant! Thank you.

I’ve had great results recording video tutorials using SimpleScreenRecorded. I found it easy to learn and it had all the features I needed.

1 Like