-
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
-
boke
说明: 美观的个人博客系统,很实用,观赏也不错,欢迎好评,下载(very practical, good viewing, good reviews, welcome to download)
- 2019-01-26 13:29:05下载
- 积分:1
-
2011112010490401
wap挂QQ源码,直接上传运行,初始运行install.php设置帐号密码(wap hang QQ source directly upload operation, the initial run install.php to set the account password)
- 2020-11-03 14:49:52下载
- 积分:1
-
WebQQ
WEBQQ登录,PHP版,无数据库,机器人专用(WEBQQ login, PHP version, no database, robots dedicated)
- 2013-07-14 19:19:54下载
- 积分:1
-
交友管理系统
此项目是基于java+jsp+servlet的WEB项目,数据库是Mysql。此项目能够实现的功能有登录、注册、增、删、改、查、上传照片的功能。
- 2022-03-01 10:00:41下载
- 积分:1
-
XYewcms
星原企业网站内容管理系统.
暂只提供后台...相关演示请看:http://www.jxmlwl.com(original Star Enterprise web content management system. Suspense only to provide background ... See related demo : http :// www.jxmlwl.com)
- 2007-04-02 16:15:10下载
- 积分:1
-
kindeditor-4.1.7000000000
后台编辑器ASP、.net、JSP、PHP( editor ASP、.net、JSP、PHP, )
- 2013-10-03 21:18:21下载
- 积分:1
-
flappy
下坠鸟网页程序下坠鸟网页程序下坠鸟网页程序下坠鸟网页程序(Fall bird)
- 2014-11-21 11:53:08下载
- 积分:1
-
recursivite
course of algo recurcivity
- 2012-10-05 23:21:48下载
- 积分:1
-
inventory
Application repository made by php
- 2016-06-18 23:49:40下载
- 积分:1