Quote Originally Posted by monsterfish View Post
is it possible to make screens for .mp4, .mkv files besides .avi ?
yes latest version of mtn works for .3gp, .3g2, .asf, .avi, .dat, .divx, .dsm, .evo, .flv, .m1v, .m2ts, .m2v, .m4a, .mj2, .mjpg, .mjpeg, .mkv, .mov, .moov, .mp4, .mpg, .mpeg, .mpv, .nut, .ogg, .ogm, .qt, .swf, .ts, .vob, .wmv, .xvid.

Quote Originally Posted by warezrock View Post
can anyone tell me how to install it on Centos 5 ??
I dont use CentOS so I cant be sure but Im guessing its pretty much straight forward like almost everything thats done in the console.

Code: 
wget http://sourceforge.net/projects/moviethumbnail/files/movie%20thumbnailer%20linux%20binary/mtn-200808a-linux/mtn-200808a-linux.tgz/download
Code: 
tar -xzvf mtn-200808a-linux.tgz
cd mtn-200808a-linux
chmod 777 mtn
use google to get a nice font like tahomabd.ttf or arialuni.ttf and put it in mtn-200808a-linux folder

rename your folder to something like "mtn_2008" or anything easier to type.

Code: 
mv mtn-200808a-linux/  mtn_2008/
edit your .bashrc file as explained in the original post and if it doesnt work then :

Code: 
mtn_2008/mtn file.avi -f mtn_2008/tahomabd.ttf
or

Code: 
mtn_2008/mtn *.avi -f mtn_2008/tahomabd.ttf -T
read the documentation for more output options.