I run Linux and have been trying to transcode video for my PSP for some time now. Finally ffmpeg has added support for the PSP. You will first need to download and install faac. Once installed, grab the latest version of ffmpeg via cvs:
# cvs -z9 -d:pserver:[email protected]:/cvsroot/ffmpeg co ffmpeg
# cd ffmpeg
# ./configure --enable-faac
# make