Monthly Archives: June 2010
Linux user 514681
I got inspired by DusteD.
Record an OpenGL game in Linux using GLC
Get glc. If starting the game in a terminal looks like `agame`, run this: glc-capture agame When you want the recording to start (and to stop), press Shift + F8 Now convert the .glc file. If the game’s audio has … Continue reading
Record a windowed game in Linux using FFmpeg in three simple steps!
A more recent method can be found here. This is based on this wonderful tutorial. xwininfo Click on the game window and fill in the uppercase info in the next line: ffmpeg -f alsa -ac 2 -i pulse -f x11grab … Continue reading