[MPlayer-users] Generating film strips

S(imon Tóth happy.cerberus at gmail.com
Sat Sep 1 20:25:47 CEST 2007


> #!/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



More information about the MPlayer-users mailing list