[MPlayer-users] Generating film strips

Saurabh Singhvi saurabhsinghvi at gmail.com
Tue Sep 4 12:32:21 CEST 2007


On 9/2/07, Kevin DeKorte <kdekorte at gmail.com> wrote:
>
> >> #!/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
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>


ffmpeg-php is probably what you are looking for.



More information about the MPlayer-users mailing list