Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: stfx on August 10, 2009, 02:01:29 pm
-
Hello dear scp developers,
I may have a feature request :D
Well I have that big cutscene with a huge war and some parts of it kill the framerate. My current solution is to reduce the ingame speed with SEXP and increase it with the video editing tool. But if I want also slow motion in the movie I have to reduce it again and it gets a) complicated and b) the captured footage takes tons of space.
The perfect solution for everyone who wants to create a motion graphics (teaser, trailer, movie, etc.) from the game would be a cutscene renderer. It just needs to be very simple like saving the video as .avi with either 25fps or 30fps but without lag.
It would be awesome if some kind developer may include it. Thank you for your time.
Greetings
~stfx
-
How about just a way to disable frame skip? It could only work in single player and would effectively slow down the gameplay since it keeps rendering every frame it normally would have, but when played back later it would be in the correct time. I'm not sure how easy it would be to disable frame skip though, it might not something that we can just 'turn off'.
-
Successfully disabling the frame skip would be awesome. If anyone could manage to do it the feature would almost be done. Saving the frames as avi should be easy - or at least much easier than the frame skip I think. Creating a series of .tga files would also do the job because you can use tools like VirtualDub to render an .avi file out of that.
Though it looks like there is enough c++ code to create avi files online: http://www.wischik.com/lu/programmer/avi_utils.html#header
-
If you disabled frameskip your own video cap program could do the job, short of getting frame dumping added to FSO. Also, 'avi' isn't very specific. We only have access to include a few codecs in FSO due to licensing, you'd be better off with raw data probably that you could encode at your leisure.
-
Oh my bad yes I ment uncompressed raw avi files. Unfortunately I am no coder but since we are all a big family there might be a nice person who can do the job, right? :D