Linux equivalent of Fraps

4

I want to make a demo of a 3d app I'm writing, but I don't know of any good screencasting software like it that runs on Linux. Anyone know of good alternatives?

nonpolynomial237

Posted 2011-05-09T01:57:12.030

Reputation: 305

Answers

2

glc is awesome. The only issue is that there isn't a Linux Mint package for it, which probably also means there's no Ubuntu package. At least there are installation instructions. (If anyone from Ubuntu/Mint are reading this, please make a glc package!)

I tried for a while to find a Linux Mint package which was able to record Minecraft videos, and this was the only one which worked and didn't crash every three seconds.

Settings, capture and encoding examples.

l0b0

Posted 2011-05-09T01:57:12.030

Reputation: 6 306

2

One easy way to do it is using VLC: http://www.wikihow.com/Screen-Capture-to-File-Using-VLC

I haven't used a lot of screen capture software, but http://en.wikipedia.org/wiki/XVidCap has also been pretty useful.

Ibn Ar-Rashid

Posted 2011-05-09T01:57:12.030

Reputation: 265

1

ffmpeg can do screencasts. I found this recipe

ffmpeg -f x11grab -s 1440x900 -r 10 -i :0.0 -s 1440x900 -r 10 -sameq

somewhere on Internet months ago and wrote it down, but I never used it since I didn't need yet to record a screencast.

vtest

Posted 2011-05-09T01:57:12.030

Reputation: 4 424

1

Have you tried gtk-recordMyDesktop? It's awesome!

sudo apt-get install gtk-recordMyDesktop

Tovi7

Posted 2011-05-09T01:57:12.030

Reputation: 123

recordMyDesktop is also available as a command-line tool and with a Qt interface, fyi. – mikebabcock – 2012-02-14T17:54:21.577