create video of your game (no hardware required)

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

create video of your game (no hardware required)

Post by LuMo »

hello
as i guess some of you may show the progress of your code, but do not want to publish betas (or just not cleaned up code)
here is a nice way to show animated stuff
note: i tried commercial software (trials) to capture onscreen, such as camtasia studio, but my PC seems too slow (as i only own a 2,8gHz AMD with 1GB of ram) to process a video and play back the game with luaplayer4windows

check the Guide to capture a video from your LUA-Game on my webpage

greets
Lumo

PS: please post your reviews/comments/problems/critics here
PPS: close this thread if you think its too off-topic
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
chaos
Posts: 135
Joined: Sun Apr 10, 2005 5:05 pm

Post by chaos »

i think there's supposed to be a link somewhere in this thread.
Chaosmachine Studios: High Quality Homebrew.
MikeHaggar
Posts: 116
Joined: Mon Jul 18, 2005 2:20 am

Post by MikeHaggar »

You mean like the little house with WWW next to it under what LuMo wrote?


Warning: main(./module/style/style.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/luke2000/sections/lumo/xvid.php on line 2

Fatal error: main(): Failed opening required './module/style/style.php' (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/luke2000/sections/lumo/xvid.php on line 2
chaos
Posts: 135
Joined: Sun Apr 10, 2005 5:05 pm

Post by chaos »

MikeHaggar wrote:You mean like the little house with WWW next to it under what LuMo wrote?


Warning: main(./module/style/style.php): failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/luke2000/sections/lumo/xvid.php on line 2

Fatal error: main(): Failed opening required './module/style/style.php' (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/luke2000/sections/lumo/xvid.php on line 2
that was the first thing i tried, but as you can see, it doesn't work.
Chaosmachine Studios: High Quality Homebrew.
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

oops
sorry, i am going to move the page to a seperate webspace (currently hosted with a bunch of pages...)
so thats why i messed up a link

its fixed now :)
sorry for the mess :)
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
Giuliano
Posts: 78
Joined: Tue Sep 13, 2005 10:26 am

Post by Giuliano »

What's your URL ?
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

click here or use the www button below ;)
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
2Xtremes2004
Posts: 53
Joined: Wed Aug 31, 2005 1:43 am

Post by 2Xtremes2004 »

All the links on your "A Guide to capture a video from your LUA-Game", page give me the following error:

404: Die angeforderte Datei ist leider nicht verfügbar!
I want my money back!?
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

do not know whats going wrong...
works fine for me

http://lumo.at.tt/?action=xvid
http://lumo.at.tt/xvid.php

direct links to my webspace would be
http://lumo2000.lu.funpic.de/xvid.php
http://lumo2000.lu.funpic.de/?action=xvid
those links should work both (same as the link on the page...)
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
2Xtremes2004
Posts: 53
Joined: Wed Aug 31, 2005 1:43 am

Post by 2Xtremes2004 »

The link to the page http://lumo.at.tt/?action=xvid works fine. Sorry for not being very clear. It's the links on the page that are not working for me. Such as the link that says: download the code in as batch file for windows.
I want my money back!?
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

huh, sorry, i moved the page from server to server and it seems that i forgot to update the links for the xvid thing...
should work now ALL :)
let me know if i still missed one...

greets
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
2Xtremes2004
Posts: 53
Joined: Wed Aug 31, 2005 1:43 am

Post by 2Xtremes2004 »

All seems to be working great now, Thx for fixing and thx for the great tutorial. Hope to get my first vid posted soon.
I want my money back!?
Giuliano
Posts: 78
Joined: Tue Sep 13, 2005 10:26 am

Post by Giuliano »

Good idea. Perhaps when the PSP2TV thing comes out we will be able to do it w/ sound
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

hehe yeah, will put a new guide online then (which will require hardware...)
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
2Xtremes2004
Posts: 53
Joined: Wed Aug 31, 2005 1:43 am

Post by 2Xtremes2004 »

What does this mean:

Code: Select all

--DECLARE SUB.png--DECLARE SUB)
Example pls, of what I am suppose to do here. Thx
I want my money back!?
flattspott
Posts: 22
Joined: Mon Aug 22, 2005 4:06 am

Post by flattspott »

Damn this is really nifty. Works good too.
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

2Xtremes2004 wrote:What does this mean:

Code: Select all

--DECLARE SUB.png--DECLARE SUB)
Example pls, of what I am suppose to do here. Thx
?? sub? thats basic, i did not post basic code anywhere...

greets
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
2Xtremes2004
Posts: 53
Joined: Wed Aug 31, 2005 1:43 am

Post by 2Xtremes2004 »

It was one the create_vid.lua that I downloaded from your site
I want my money back!?
LuMo
Posts: 410
Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:

Post by LuMo »

bugga...

Code: Select all

time=0
while not Controls.read():start() do
    --manipulate the screen here
    --save the images out
    if time<10 then
        screen&#58;save&#40;'./vid/vid_00'..time..'.png'&#41;
    elseif time<100 then
        screen&#58;save&#40;'./vid/vid_0'..time..'.png'&#41;
    else
        screen&#58;save&#40;'./vid/vid_'..time..'.png'&#41;
    end
    time=time+1
end
that should be in the file... will update it
no idea how that trash came in there...
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
2Xtremes2004
Posts: 53
Joined: Wed Aug 31, 2005 1:43 am

Post by 2Xtremes2004 »

ok, will try that. Thx
I want my money back!?
Post Reply