Step 1: Install glc
Follow these instructions. (I used the installation script, which was a little bit tricky. Look for 'flags' for your CPU (cat /proc/cpuinfo). I installed to /usr/. Also start the script as root.)
Step 2: Record the video
In a console, enter:
Code: Select all
glc-capture -f 30 -o video.glc love game.love
Press Shift+F8 to start and to stop the recording process! not stopping might corrupt the .glc file
Step 3: Encode the video
First get the audio to a .wav file
Code: Select all
glc-play video.glc -a 1 -o audio.wav
Code: Select all
glc-play video.glc -y 1 -o - | mencoder -demuxer y4m - -audiofile audio.wav -ovc lavc -oac lavc -o video.avi
Step 4: Upload the video
Go to http://vimeo.com/upload/video/basic and upload the video. Then come back here and post about it.
If you need help, I'll gladly help. Please tell if it works for you or doesn't.