-
FrCapture-master
说明: ## 视频截图工具
可以在预览视频的时候选择一个适合的界面把它截取下来,并存成图片。
## 使用
### 简单使用
主要文件:
```
<script src="poster.js"></script>
```
在视频预览界面调用:
```
poster($('video')[0],function(e){
//console.log(e);
if(e.bool){
//输出文件对象
var blob=e.data;//返回的是blob对象
console.log(blob);
p.src=window.URL.createObjectURL(e.data);//创建一个临时预览路径
}
});
```
### 使用extendvideo.js
`extendvideo.js`与`poster.js`不同的是前者会在引入它的页面里每个`video`标签里增加一个`getPoster()`方法
。
用法:
```
var blob=$('video')[0].getPoster();//返回图片blob对象
```
## 原理
此视频截图工具,采用了canvas绘图函数实现video图片截取,产生base64编码图片信息,再通过转blob。
你的浏览器需要支持`HTML5`(### simple to use
Main documents:
.
<script src= "poster.js" ></script>
.
Call on the video preview interface:
.
Poster ($('video') [0], function (E) {)
//console.log (E);
If (e.bool) {
/ / output file object
Var blob=e.data; / / return is blob
Console.log (BLOB);
P.src=window.URL.createObjectURL (e.data); / / create a temporary preview path
}
});
.
The use of extendvideo.js ###
The difference between `extendvideo.js` and `poster.js` is that the former adds a `getPoster () method to each `video` tag in the page that is introduced to it.
.
Usage:
.
Var blob=$('video') [0].getPoster (BLOB); / / return picture object
.
## principle
This video capture tool uses a canvas drawing function to intercept video pictures, generate Base64 coded picture information, and then transfer blob.
## compatibility
Your browser needs to support `HTML5`)
- 2018-01-16 10:49:42下载
- 积分:1
-
xpcms_v2.0
XPCMS是由zhu利用业余时间,凭个人兴趣,独立开发的一个基于个人网站建设的CMS。没有任何商业元素驱动,网站架构和功能也全是个人对于个人网站需求的理解(XPCMS by zhu using spare time, with personal interest, independent development based on a personal website construction CMS. Without any element of business-driven, site architecture and functionality are all personal personal needs for the understanding of the site)
- 2016-10-28 21:39:33下载
- 积分:1
-
红虎工作室IP记录程序
资源描述
详细介绍: 一个相当简单的IP地址记录程序,可以记录来访者的时间及IP地址,适用于许多方面,对此赶兴趣的朋友下载一个好了!
- 2022-05-15 08:23:10下载
- 积分:1
-
LocationApi
HTML5 Geolocation(地理定位)用于定位用户的位置。(Get location form google map)
- 2013-08-27 16:21:59下载
- 积分:1
-
gbook
原创PHP+AJAX留言本_gbook,php编程聊天留言网站学习源码。(The original PHP+AJAX message of the _gbook, PHP programming chat site learning source.)
- 2013-12-18 08:17:54下载
- 积分:1
-
node博客源码
用node做的一个博客系统,里面具备博客的基本元素。结合redis和mongoDb 来架构,redis缓存hot页面,提高系统的响应速度,mongoDb 的存储结构方式,使其天生适合node 的数据存储,这2者配合完美。
- 2022-01-28 16:24:26下载
- 积分:1
-
高校教师档案管理系统
资源描述这是一款高校教师档案管理系统源码,本系统操作员分为两种,一种是管理员,一种是普通用户也就是教师。
菜单功能:
1、在使用本系统时,请按照以下流程进行操作:
1)单击“管理用户”按钮,添加教师信息。
2)单击“系统设置”按钮,在此页面中设置教师的搜索与操作是否开放。
- 2022-02-10 06:55:20下载
- 积分:1
-
index
智睿多选品牌评选系统系统定位于投票评选行业的量身开发,打造行业的领先服务评选品牌,系统整合单选/多选一体化功能,分类模块独立投票使用,并适合图文评选,本系统定位品牌,选秀,活动,政府,公安,年度评选等相关活动,新增URL传送加密,问题验证,防外链接功,代理IP检测加强功能,时间效验功能等,更多功能请使用商业版,系统为免费版,终身使用。(Rui Chi brand multiple choice selection system systems targeted at the development of tailor-voted industry, to create the industry' s leading service brand selection, system integration Radio/multiple choice integration function, use classification module independent vote, and is suitable for graphic selection, this brand positioning system, draft, events, government, public security, the annual selection and other related activities, the new URL transmission encryption, verification problem, anti-foreign link, the agent IP detection enhancements, time-tested function, more features please use the commercial version The system for the free version, lifetime use.)
- 2015-12-14 12:54:08下载
- 积分:1
-
jQuery+CSS3全页图片画廊
jQuery+CSS3全页图片画廊
- 2022-01-25 14:52:27下载
- 积分:1
-
开源php图书管理系统
资源描述
php + mysql 方便部署
1.附加数据库
将data文件夹中的db_database29文件夹拷贝到AppServ安装路径下的AppServMySQLdata文件夹中,完成附加MySQL数据库的操作。
2.将程序发布到AppServ下
(1)将29文件夹拷贝到AppServ安装路径下www文件夹中,如图1.1所示。
(2)打开IE浏览器,在地址栏中输入127.0.0.1/29/login.php,即可运行程序。
注意:“127.0.0.1”的默认端口号为“80”,在安装Apache服务器时如果端口号采用的不是默认设置,而是用户自定义的(例如:88),那么需要在地址栏中输入“127.0.0.1:88/29”,即可正确运行程序。
使用说明
操作注意事项
本系统管理员用户名为:tsoft,密码为:111。
操作流程
运行本系统,请按照以下流程操作:
(1)程序配置完成后,在IE地址栏中输入“127.0.0.1/29/login.php”,进入登录页面,如图1.2所示。
(2)输入管理员名称及密码,单击“确定”按钮,进入系统主界面。
(3)在“系统设置”中设置管理员信息、图书馆信息、书架等。
(4)在“读者管理”中先设置读者类型,然后在读者档案管理中添加读者信息。
(5)在“图书档案管理”中添加图书信息。
(6)在“图书借还”中可以执行借书、续借及归还操作。
(7)在“系统查询”可以查询图书信息、借阅信息及图书借阅的到期提醒,到期提醒提示的是到归还日期但还未归还的信息。
(8)在“更改口令”中可修改密码。
- 2022-04-25 14:41:07下载
- 积分:1