Screen Capture Gp2x?


#!/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
 
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.
 
Back
Top