Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by dr_panther. 05/18/24 11:01
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (7th_zorro, dr_panther), 724 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
In-Game Video Capture #186850
03/03/08 21:46
03/03/08 21:46
Joined: Feb 2008
Posts: 23
Twink Offline OP
Newbie
Twink  Offline OP
Newbie

Joined: Feb 2008
Posts: 23
Okay, I have 2 questions about, well, the subject explains it all!

Anyway, does anyone know how to make video capture available in games made with 3dgs A7 Pro, like in 'The Sims 2', where you just hit the camera icon button, and it captures your sims, and any camera movements you make while not showing the GUI?

Also, in doing the video capture code, could you make the video have different sizes, and amounts of quality, depending on the user's options selected in the game?

Thanks
- Twink


Go 3d Game Studio... it's your birthday... we're gonna party like it's your upgrade!
Re: In-Game Video Capture [Re: Twink] #186851
03/04/08 00:57
03/04/08 00:57
Joined: Feb 2002
Posts: 357
Florida
Zelek Offline
Senior Member
Zelek  Offline
Senior Member

Joined: Feb 2002
Posts: 357
Florida
I'm not aware of any built-in video capture tools, but then again, I don't have the pro edition.

You'd probably need to create a system that stored a list of all the user's actions(such as camera movement and rotation, button clicks, etc) while the "record" action was taking place. Then when the video was played in-game, you'd simply reproduce those actions that were saved. This would allow you to adjust the resolution, texture quality, etc during replay since they would not be part of the stored information.

The difficulty of such a system is of course dependent on the complexity of the actions the user can perform. If they're simply moving a character and rotation a camera, it would be pretty easy. If there's a lot of GUI interaction that needs to be reproduced, it would be fairly difficult.

Re: In-Game Video Capture [Re: Zelek] #186852
03/04/08 02:57
03/04/08 02:57
Joined: Mar 2003
Posts: 4,264
Wellington
Nems Offline

.
Nems  Offline

.

Joined: Mar 2003
Posts: 4,264
Wellington
Couple of code snippets/example in later AUM editions, awesome resource magazine found in the links above.

Re: In-Game Video Capture [Re: Nems] #186853
03/04/08 03:29
03/04/08 03:29
Joined: Feb 2008
Posts: 23
Twink Offline OP
Newbie
Twink  Offline OP
Newbie

Joined: Feb 2008
Posts: 23
I don't see any links to code snippets. And besides, I don't have the pro version yet either. I'm planning on getting it this summer, that is, if I can save up enough money at a summer job this year.

Now I've got a new question reguarding this topic:
What if I were to capture a screenshot, maybe every 3 to 5 frames automatically when the user presses the button once. Then, when the user presses that button again, the screenshot taking will stop. Then, while the user is still playing the game, I could have some code to make all the screenshots into one .avi video! (now I might need some help on this please, i'm new) .

Please tell me your opinion on this, and also tell me if you think that would work well or not.

Thankyou for the nice replies!
- Twink


Go 3d Game Studio... it's your birthday... we're gonna party like it's your upgrade!
Re: In-Game Video Capture [Re: Twink] #186854
03/04/08 03:52
03/04/08 03:52
Joined: Feb 2002
Posts: 357
Florida
Zelek Offline
Senior Member
Zelek  Offline
Senior Member

Joined: Feb 2002
Posts: 357
Florida
I doubt you could produce screenshots that fast, and filesize would very quickly become a big problem. Maybe it's possible - I don't want to be a buzzkill - but I really don't think that's the method you want to pursue. You'd probably end up with low picture quality, low frame-rate video.

If you can just implement a system that stores the user's actions during the recording phase (as I mentioned above) you get a small, portable text file that can easily be shared between people and played at different levels of graphic quality, etc.

Re: In-Game Video Capture [Re: Zelek] #186855
03/04/08 05:22
03/04/08 05:22
Joined: May 2002
Posts: 7,441
ventilator Offline
Senior Expert
ventilator  Offline
Senior Expert

Joined: May 2002
Posts: 7,441
i also would do it like zelek said and if you want to save avis from that recorded movements later, then you would have to create a video encoding plugin (which uses ffmpeg for example).

Re: In-Game Video Capture [Re: ventilator] #186856
03/04/08 21:11
03/04/08 21:11
Joined: Feb 2008
Posts: 23
Twink Offline OP
Newbie
Twink  Offline OP
Newbie

Joined: Feb 2008
Posts: 23
Maybe users of my game, when it's complete, could use an already made video capture tool like one I have. It's called Webinaria, and I got it off of www.download.com for free!


Go 3d Game Studio... it's your birthday... we're gonna party like it's your upgrade!
Re: In-Game Video Capture [Re: Twink] #186857
03/04/08 21:31
03/04/08 21:31
Joined: Feb 2008
Posts: 23
Twink Offline OP
Newbie
Twink  Offline OP
Newbie

Joined: Feb 2008
Posts: 23
Sorry for double-posting, but I thought this was necessary because the Webinaria download is no longer free, but a new version has come out and is only available as a trial for 14 days.

Try this download:
http://www.cnet.com.au/downloads/0,239030384,10628707s,00.htm
(its a totally free video capture utility called Mediachase Screen Capture 4.5.39)


Go 3d Game Studio... it's your birthday... we're gonna party like it's your upgrade!

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