Gamestudio Links
Zorro Links
Newest Posts
Max Number of Strategies in /Strategy folder
by Martin_HH. 08/17/26 07:54
ZorroGPT
by OptimusPrime. 08/15/26 23:39
Pause button for evaluation shell?
by AndrewAMD. 08/13/26 17:16
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 08/10/26 12:46
phantom() not defined in indicators.c
by jcl. 08/07/26 11:45
Accepting new programming clients
by AndrewAMD. 08/06/26 21:25
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
1 registered members (Lapsa), 10,159 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
riggi89, shuhari, KD1990, Student_64151, Koti
19230 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
Happy Birthday 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