Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (Akow), 1,365 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19055 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 | chip programmers | 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