[MPlayer-users] Generating film strips

Kevin DeKorte kdekorte at gmail.com
Sun Sep 2 02:28:19 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?


Have you tried 'nailer' it is a C program that creates a preview of a
media file with film strip borders. You can get nailer from
http://dekorte.homeip.net/download

Kevin




More information about the MPlayer-users mailing list