view gen-thumbnail.sh @ 82:330c83ae8c95

fix: CSのEPG取得時に予約重複チェックを行っていなかったのを修正
author yoneda <yoneda@recorder.localnet.mda.or.jp>
date Sun, 28 Feb 2010 21:44:16 +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}