2013年3月14日
摘要: <?php/*** 基本图片处理,用于完成图片缩入,水印添加* 当水印图超过目标图片尺寸时,水印图能自动适应目标图片而缩小* 水印图可以设置跟背景的合并度** Copyright(c) 2005 by ustb99. All rights reserved** To contact the author write to {@link mailto:ustb80@163.com}** @author 偶然* @version $Id: thumb.class.php,v 1.9 2006/09/30 09:31:56 zengjian Exp $* @package system*/.. 阅读全文
posted @ 2013-03-14 20:26 lsl8966 阅读(384) 评论(0) 推荐(0)
摘要: #!/bin/sh#${1}ffmpeg -threads 4 -i ${2} -vf "movie=${1}logo.png [watermark];[in][watermark] overlay=main_w-overlay_w-10:12 [out]" ${4} && #${1}ffmpeg -i ${4} -y -f image2 -t 0.001 ${3}&&echo 1ff=$(${1}ffmpeg -i ${2} 2>&1) d="${ff#*Video: }" size=$(echo $d|a 阅读全文
posted @ 2013-03-14 11:54 lsl8966 阅读(580) 评论(0) 推荐(0)