> #!/bin/bash > > mplayer -nosound -ao null -vo png -benchmark -vf framestep=1000 "$1" > mogrify -thumbnail 250x250 00*.png > montage 00*.png -geometry +3+3 -frame 4 -shadow -tile 3x3 $1.preview.jpg Nice one, do you have a safe way of calculating the framestep? -- Simon Toth