view gen-thumbnail.sh @ 58:80dc62c94185

add: height_per_minite at index.html
author Sushi-k <epgrec@park.mda.or.jp>
date Wed, 29 Jul 2009 16:53:56 +0900
parents a701aaf6d216
children
line wrap: on
line source

#!/bin/sh

# サムネールを取る時間をFORMER_TIME+αだけずらします
# お好きな時間だけずらしてください

offset=`expr ${FORMER} + 2`

${FFMPEG} -i ${OUTPUT} -r 1 -s 160x90 -ss ${offset} -vframes 1 -f image2 ${THUMB}