N namco Member Joined Mar 22, 2006 Messages 410 Age 42 Location Manchester, UK Website www.stupendous-stuff.com Jul 20, 2007 #1 Is it possible to make a video via screen capture, software wise, of a game on my gp2x? If so, how?
Parkydr Developing for the GP2X since 2006 Joined Dec 3, 2005 Messages 1,357 Website www.parkydr.ezeedsl.co.uk Jul 20, 2007 #2 Try this . Or don't - it doesn't do video (unless you want a frame every 10 seconds ) Try this one. Last edited by a moderator: Dec 19, 2015
V Vimacs Don't be evil! Joined Oct 23, 2003 Messages 5,762 Age 38 Location Germany Website Visit site Jul 20, 2007 #3 #!/bin/bash for ((i=1;i>=0;i+=1)); do cat /dev/fb0 > /mnt/sd/video/frame$i.raw done this will slow evrything down to unplayability and leave you with a assload of raw images which you can then convert into a video
#!/bin/bash for ((i=1;i>=0;i+=1)); do cat /dev/fb0 > /mnt/sd/video/frame$i.raw done this will slow evrything down to unplayability and leave you with a assload of raw images which you can then convert into a video
B berighteous Member Joined Apr 21, 2007 Messages 159 Jul 20, 2007 #4 it's funny to see this, as I had to capture video from my gp2x today. I used the TV output and use a video capture card on my PC. here's a link to what I captured...wmv of Sprite Garbage on the gp2x BTW is it normal for the TV out to cut off the right edge and bottom few lines of the gp2x screen? I'm using the tv output cable plugged into the ext port on the gp2x.
it's funny to see this, as I had to capture video from my gp2x today. I used the TV output and use a video capture card on my PC. here's a link to what I captured...wmv of Sprite Garbage on the gp2x BTW is it normal for the TV out to cut off the right edge and bottom few lines of the gp2x screen? I'm using the tv output cable plugged into the ext port on the gp2x.
PSyMastR \m/O__O\m/ Joined Sep 14, 2005 Messages 2,968 Website Visit site Jul 21, 2007 #5 I just use my TV Tuner for my laptop for video capture via tv-out. Works like a charm.