This is a Bash script I wrote for easily encoding any video for viewing on PPC. It depends on mplayer, mencoder, ogmmerge (package ogmtools) and oggenc (package vorbis-tools).
Unzip to somewhere in your path (for instance ~/bin), chmod u+x to make it executable. Then run
Code:
ppc_encode /path/to/source /path/to/destination
It runs with low priority by default. On most machines you should get at least 2x realtime (a 40 minute show will encode in 20 minutes). I get an average file size of 1.5MB per minute. It encodes to OGM format which works great in TCPMP.
Video is scaled to 320x240 at 15 frames per second. Audio is downsampled to 22kHz mono and given a 7 decibel boost. Using it is even easier than PocketDivxEncoder.