Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Dico, AndrewAMD, TipmyPip, NewbieZorro, Grant), 15,791 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Record a video versus recording user input #154711
09/17/07 03:38
09/17/07 03:38
Joined: Aug 2007
Posts: 26
S
SteveA Offline OP
Newbie
SteveA  Offline OP
Newbie
S

Joined: Aug 2007
Posts: 26
Is there a way to record my game to a video (e.g., an avi file)? I see sys_record() which looks like a great way to record a demo for somebody who has my game, but I'd like to post a video to my website (or youtube) that shows the game in action without requiring people to download my game and A7.

Thanks!

Steve

Re: Record a video versus recording user input [Re: SteveA] #154712
09/17/07 04:13
09/17/07 04:13
Joined: Mar 2003
Posts: 4,264
Wellington
Nems Offline

.
Nems  Offline

.

Joined: Mar 2003
Posts: 4,264
Wellington
Fraps used to be good for this, I dont know if its still available or in one of the earlier AUMS, George wrote a movie capture programm that worked well. Sorry, dont recall the AUM number.

Re: Record a video versus recording user input [Re: SteveA] #154713
09/17/07 10:13
09/17/07 10:13
Joined: Aug 2006
Posts: 152
vector(200,45,338)
Marwan Offline
Member
Marwan  Offline
Member

Joined: Aug 2006
Posts: 152
vector(200,45,338)
I think it was aum 2


age:16 game design and programming experience:2 years
Re: Record a video versus recording user input [Re: Marwan] #154714
09/17/07 11:06
09/17/07 11:06
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline
Serious User
nfs42  Offline
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
try search term 'capture' in AUM Search


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Re: Record a video versus recording user input [Re: nfs42] #154715
09/17/07 16:45
09/17/07 16:45
Joined: Aug 2007
Posts: 26
S
SteveA Offline OP
Newbie
SteveA  Offline OP
Newbie
S

Joined: Aug 2007
Posts: 26
I did find this function in AUM 36. It captures a bunch of stills and then you manually reassemble them using video editing software. Does anybody know a method to create a video from a game that doesn't require manual assembly?

var shot_number = 1;
starter create_movie()
{
while (key_c == 0) {wait (1);}
while (1)
{
screenshot ("shot_", shot_number);
shot_number += 1;
wait (1);
}
}

Re: Record a video versus recording user input [Re: SteveA] #154716
09/20/07 01:36
09/20/07 01:36
Joined: Apr 2007
Posts: 67
suriname0 Offline
Junior Member
suriname0  Offline
Junior Member

Joined: Apr 2007
Posts: 67
I may just be the dumb one here, but why don't you just use a screen recorder? You can get one free or for under $20. Just Google search one.


If I am posting, it probably means I am asking a question. Or faking my knowledge by agreeing with somebody else.
Re: Record a video versus recording user input [Re: suriname0] #154717
09/20/07 02:39
09/20/07 02:39
Joined: Mar 2003
Posts: 4,264
Wellington
Nems Offline

.
Nems  Offline

.

Joined: Mar 2003
Posts: 4,264
Wellington
Cool!, I just found one, thanks for the (it somehow escaped me..)obvious


Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1