Mercurial > epgrec.yaz
view gen-thumbnail.sh @ 77:cb7da56c4198
modified: Keyword.class.php
modified: config.php.sample
modified: index.php
modified: install/step1.php
modified: keywordTable.php
modified: programTable.php
modified: simpleReservation.php
modified: templates/index.html
modified: templates/keywordTable.html
modified: templates/programTable.html
author | Sushi-k <epgrec@park.mda.or.jp> |
---|---|
date | Wed, 24 Feb 2010 20:22:19 +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}