Problem
Convert AVI movie for iPod using mencoder.
Solution
Use the following commands:
$ ./mencoder -ovc raw -ofps 15 -nosound -vf \ scale=160:-2,expand=160:128,format=bgr24 *YourVideoNameHere* -o ipodmovie.avi
$ ./2bppconv movie.avi *FinalMovieName*.avi
Resource
Video: Convering video with mencoder