public
Description: Uses ffmpeg to convert files from MP4 to mobile video format.
Homepage: http://www.urbanpuddle.com/articles/2008/06/30/a-mp4-to-psp-ruby-script
Clone URL: git://github.com/vince/mp4-to-mobile-video.git
commit  1e48a4b04cc63a969d5c96ff477aadb36ca7d1f1
tree    64a09c24043752b98319d32ba4cd43abb33efe7a
parent  d74b83217aed1c2e56b590ca9f208c933ae92288
name age message
file README Loading commit data...
file psp.rb
README
This is a simple ruby script to convert MP4 files into a format that's usable for the PSP.  Files are converted and 
named properly for the PSP to use.  Once converted, the files are copied to a directory in the user's home 
(~/vidpsp/VIDEO).  After checking out the code you should run chmod +x on the file and invoke it simply with psp.rb 
file_name1 file_name2.  

Authors: Lou Scoras, Vince Wadhwani