wget http://some/numbered/image_00{01..63}.jpgThis will download
image_0001.jpg up to image_0063.jpg.
wget http://some/numbered/image_00{01..63}.jpgimage_0001.jpg up to image_0063.jpg.
xvinfo | grep -B 2 "port base"mplayer -vo xv:port=87sudo apt-get build-dep mplayer
sudo apt-get install build-essential git-core autoconf libtool
cd
git clone git://repo.or.cz/mplayer-build.git
cd mplayer-build
./enable-mt
./init --shallow
make -j 6
~/.bash_aliases):alias mplayer=~/mplayer-build/mplayer/mplayer
Start mplayer using the option -lavdopts threads=4 or similar, depending on the number of CPU cores. You can also add the following to your ~/.mplayer/config file:lavdopts=fast=1:threads=4
If that's still not fast enough, you can try disable deblocking filtering:lavdopts=fast=1:threads=4:skiploopfilter=nonreflavdopts=fast=1:threads=4:skiploopfilter=allvo option, e.g. try -vo xv or -vo gl.