12 2014 档案

摘要:机器:192.168.1.233影片转码:ffmpeg -y -i oceans.mp4 -vcodec copy -acodec copy -vbsf h264_mp4toannexb out.tsfunction getVideoTime($time){$hour = floor($time/3... 阅读全文
posted @ 2014-12-29 11:54 编程狂热者 阅读(2605) 评论(0) 推荐(0)
摘要:1.yasm#wget http://www.tortall.net/projects/yasm/releases/yasm-0.8.0.tar.gz# tar -zxvf yasm-0.8.0.tar.gz |cd -# cd yasm-0.8.0# ./configure# make && ma... 阅读全文
posted @ 2014-12-26 15:29 编程狂热者 阅读(487) 评论(0) 推荐(0)