This is a movie resizer for the gp2x (or other device). 
It's a simple perl script that uses mencoder and you give the movies to resize as arguments. It automatically skips non-movie files. You can for example do
$ mov2gp /data/movies/SouthPark/*
and this will create a copy of each movie file in that dir in the format movie.gp2x.avi
The script's default params are:
for the video:
-xvid
-bitrate = 300kbps,
-fps = 25,
-size = 320x240
 	
for the audio:
-mp3lame
-bitrate = 128kbps
You can very easily change those to your liking by editing the script.
Happy encoding.
					
					
	
		
	
					
					
					It's a simple perl script that uses mencoder and you give the movies to resize as arguments. It automatically skips non-movie files. You can for example do
$ mov2gp /data/movies/SouthPark/*
and this will create a copy of each movie file in that dir in the format movie.gp2x.avi
The script's default params are:
for the video:
-xvid
-bitrate = 300kbps,
-fps = 25,
-size = 320x240
for the audio:
-mp3lame
-bitrate = 128kbps
You can very easily change those to your liking by editing the script.
Happy encoding.
 
	