Resource icon

mov2gp movie resizer for the gp2x 0.1

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. :)
Author
Downloads
1,902
Views
1,902
First release
Last update
Rating
0.00 star(s) 0 ratings
Back
Top