# run mencoder from debian sid mencoder input.ogv -oac pcm -ovc lavc -lavcopts vcodec=ffvhuff -vf scale=320:240,rotate=1 -o output.avi # run ffmpeg2theora from debian lenny ffmpeg2theora -o output.ogv -V 500 output.avi sudo /etc/init.d/xdm stop sudo sh -c 'echo qvga-normal > /sys/devices/platform/s3c2440-i2c/i2c-adapter/i2c-0/0-0073/pcf50633-regltr.9/glamo3362.0/glamo-spi-gpio.0/spi2.0/state' #make sure /etc/fb.modes has #mode "240x320" # geometry 240 420 240 320 16 # timings 100000 8 88 2 2 8 2 # accel false #endmode sudo fbset 240x320 # install theorarm to /tmp/theora # see dave's patches wget -c http://www.bsdmn.com/openmoko/glamo/timings/memwrite.c gcc memwrite.c -o memwrite sudo ./memwrite $((0x48000008)) $((0x1380)) LD_LIBRARY_PATH=/tmp/theora/lib mplayer -framedrop -ac -ffvorbis, -ao alsa -vc -fftheora, -vo fbdev -nocorrect-pts output.ogv