Page 1 of 1
Screen vids?
Posted: 26 Oct 2008, 19:23
by Blue_Falcon
Is it possible to record a video in a game on Linux?
I just like the way that if you get a swarm of bombers (in free camera) to attack the enemy comm, put the camera right above the comm, and "track" the bomber. It's just impossible to capture that as a screenshot.
Re: Screen vids?
Posted: 26 Oct 2008, 21:47
by Nemoder
Try this:
http://nullkey.ath.cx/projects/glc/
I haven't tested it with spring yet but I've used it for other games and it works great.
Re: Screen vids?
Posted: 27 Oct 2008, 11:40
by SteelSide
istanbul / recordmydesktop works gr8 for me.
Re: Screen vids?
Posted: 27 Oct 2008, 13:10
by Blue_Falcon
SteelSide wrote:istanbul / recordmydesktop works gr8 for me.
My cpu and graphics card aren't exactly the newest, so my computer can't cope with istanbul (or recordmydesktop) at the same time as Spring. Thanks all the same
Why isn't the recording available on Windows also built into Spring on Linux?
Re: Screen vids?
Posted: 27 Oct 2008, 13:30
by Tobi
No one bothered yet to write a Linux version of it. (It uses win32 APIs, Video For Windows and AVIFile DLLs IIRC.)
Re: Screen vids?
Posted: 02 Nov 2008, 18:46
by Blue_Falcon
How does it work? Because maybe, if it saved one jpeg file for each frame, I could encode them using mencoder. The thing is, how do I get the jpegs?
Re: Screen vids?
Posted: 02 Nov 2008, 18:56
by SinbadEV
you could make the replay run REAL slow and just take a screen shot every second... I think you could even make a LUA script that would do so for you.
Re: Screen vids?
Posted: 04 Nov 2008, 19:17
by Blue_Falcon
SinbadEV wrote:you could make the replay run REAL slow and just take a screen shot every second... I think you could even make a LUA script that would do so for you.
1. How do I make it run at exactly 1 FPS?
2. Does anyone know where to find a tutorial for Spring Lua scripting?
3. Once I know where one is, does anyone know how to save a screenshot every frame using lua?